From 93742b3d8f906608e1626c07e0cde8d6cd306675 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 17:14:23 +0000 Subject: [PATCH 1/2] chore(deps): bump changesets/action from 1.9.0 to 2.1.1 Bumps [changesets/action](https://github.com/changesets/action) from 1.9.0 to 2.1.1. - [Release notes](https://github.com/changesets/action/releases) - [Changelog](https://github.com/changesets/action/blob/main/CHANGELOG.md) - [Commits](https://github.com/changesets/action/compare/a45c4d594aa4e2c509dc14a9f2b3b67ba3780d0d...8488615a623b1b9c987934bb89eae8af6a946ac1) --- updated-dependencies: - dependency-name: changesets/action dependency-version: 2.1.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/publish-packages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-packages.yml b/.github/workflows/publish-packages.yml index c12447643fd12..522db46d60ed5 100644 --- a/.github/workflows/publish-packages.yml +++ b/.github/workflows/publish-packages.yml @@ -67,7 +67,7 @@ jobs: - name: Create release pull request or publish packages id: changesets - uses: changesets/action@a45c4d594aa4e2c509dc14a9f2b3b67ba3780d0d # v1.9.0 + uses: changesets/action@8488615a623b1b9c987934bb89eae8af6a946ac1 # v2.1.1 with: commit: 'chore: version packages' title: 'chore: version packages' From 07a75d39c9cf73fe43c6ac977f25fe6c58491c36 Mon Sep 17 00:00:00 2001 From: Matt Cowley Date: Wed, 2 Sep 2026 08:15:37 +0100 Subject: [PATCH 2/2] Update renamed inputs Signed-off-by: Matt Cowley --- .github/workflows/publish-packages.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/publish-packages.yml b/.github/workflows/publish-packages.yml index 522db46d60ed5..629dc79c23d60 100644 --- a/.github/workflows/publish-packages.yml +++ b/.github/workflows/publish-packages.yml @@ -69,11 +69,10 @@ jobs: id: changesets uses: changesets/action@8488615a623b1b9c987934bb89eae8af6a946ac1 # v2.1.1 with: - commit: 'chore: version packages' - title: 'chore: version packages' - version: node --run changeset:version - publish: node --run release - commitMode: github-api + commit-message: 'chore: version packages' + pr-title: 'chore: version packages' + version-script: node --run changeset:version + publish-script: node --run release env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}