From 2132196cbb258dbb37776f09254de11276e5d1fe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2026 20:28:20 +0000 Subject: [PATCH 1/2] chore(deps): update changesets/action action to v2 --- .github/workflows/changesets.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/changesets.yml b/.github/workflows/changesets.yml index 885a6fd888c..8b647a040d1 100644 --- a/.github/workflows/changesets.yml +++ b/.github/workflows/changesets.yml @@ -37,7 +37,7 @@ jobs: - name: Run Changesets id: changesets - uses: changesets/action@v1 + uses: changesets/action@198f833dd7d863100ea6e28967bc9a9fdefadb0a # v2.1.0 with: publish: pnpm changesets-release version: pnpm changesets-version From 13e0feae854cfb21987d61a9c9df99b1831ba6ed Mon Sep 17 00:00:00 2001 From: Daniel Tschinder Date: Sun, 16 Aug 2026 09:48:29 +0200 Subject: [PATCH 2/2] fix --- .github/workflows/changesets.yml | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/.github/workflows/changesets.yml b/.github/workflows/changesets.yml index 8b647a040d1..8aa54bf2052 100644 --- a/.github/workflows/changesets.yml +++ b/.github/workflows/changesets.yml @@ -18,9 +18,6 @@ jobs: steps: - name: Checkout uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 - with: - # Do not persist credentials so changesets can use the provided token - persist-credentials: false - name: Install pnpm uses: pnpm/action-setup@0977fd99725f1db4007ccb2928dbb4e90d06cc86 # v6 @@ -39,9 +36,8 @@ jobs: id: changesets uses: changesets/action@198f833dd7d863100ea6e28967bc9a9fdefadb0a # v2.1.0 with: - publish: pnpm changesets-release - version: pnpm changesets-version - title: Packages ready to publish - commit: Publish new versions - env: - GITHUB_TOKEN: ${{ secrets.CHANGESETS_TOKEN }} + publish-script: pnpm changesets-release + version-script: pnpm changesets-version + pr-title: Packages ready to publish + commit-message: Publish new versions + github-token: ${{ secrets.CHANGESETS_TOKEN }}