From 726a153612b57bd26066c79be86523e47f82de5c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 20:07:59 +0000 Subject: [PATCH] chore(deps): bump actions/setup-node from 4.0.2 to 5.0.0 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4.0.2 to 5.0.0. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/60edb5dd545a775178f52524783378180af0d1f8...a0853c24544627f65ddf259abe73b1d18a591444) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/publish-hotfix.yml | 2 +- .github/workflows/publish-latest.yml | 2 +- .../workflows/reusable-build-system-test-react-native.yml | 2 +- .github/workflows/reusable-build-system-test.yml | 2 +- .github/workflows/reusable-e2e.yml | 8 ++++---- .github/workflows/reusable-setup-cache.yml | 2 +- .github/workflows/reusable-tagged-publish.yml | 2 +- .github/workflows/reusable-unit.yml | 2 +- .github/workflows/version-packages.yml | 2 +- 9 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/publish-hotfix.yml b/.github/workflows/publish-hotfix.yml index 8335259d53..c66d0587b3 100644 --- a/.github/workflows/publish-hotfix.yml +++ b/.github/workflows/publish-hotfix.yml @@ -77,7 +77,7 @@ jobs: # This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits fetch-depth: 0 - name: Setup Node.js 20 - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 https://github.com/actions/setup-node/commit/60edb5dd545a775178f52524783378180af0d1f8 + uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v4.0.2 https://github.com/actions/setup-node/commit/60edb5dd545a775178f52524783378180af0d1f8 with: node-version: 20 cache: 'yarn' diff --git a/.github/workflows/publish-latest.yml b/.github/workflows/publish-latest.yml index a480d9e0d9..3de8fed532 100644 --- a/.github/workflows/publish-latest.yml +++ b/.github/workflows/publish-latest.yml @@ -72,7 +72,7 @@ jobs: # This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits fetch-depth: 0 - name: Setup Node.js 20 - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 https://github.com/actions/setup-node/commit/60edb5dd545a775178f52524783378180af0d1f8 + uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v4.0.2 https://github.com/actions/setup-node/commit/60edb5dd545a775178f52524783378180af0d1f8 with: node-version: 20 cache: 'yarn' diff --git a/.github/workflows/reusable-build-system-test-react-native.yml b/.github/workflows/reusable-build-system-test-react-native.yml index 4ddcc0e8ef..16d43ff72d 100644 --- a/.github/workflows/reusable-build-system-test-react-native.yml +++ b/.github/workflows/reusable-build-system-test-react-native.yml @@ -117,7 +117,7 @@ jobs: with: persist-credentials: false - name: Setup Node.js ${{ matrix.node-version }} with ${{ matrix.pkg-manager }} - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 https://github.com/actions/setup-node/commit/60edb5dd545a775178f52524783378180af0d1f8 + uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v4.0.2 https://github.com/actions/setup-node/commit/60edb5dd545a775178f52524783378180af0d1f8 with: node-version: ${{ matrix.node-version }} cache: ${{ matrix.pkg-manager }} diff --git a/.github/workflows/reusable-build-system-test.yml b/.github/workflows/reusable-build-system-test.yml index 1eb9ae1ff4..e671e4c882 100644 --- a/.github/workflows/reusable-build-system-test.yml +++ b/.github/workflows/reusable-build-system-test.yml @@ -95,7 +95,7 @@ jobs: with: persist-credentials: false - name: Setup Node.js ${{ matrix.node-version }} with ${{ matrix.pkg-manager }} - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 https://github.com/actions/setup-node/commit/60edb5dd545a775178f52524783378180af0d1f8 + uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v4.0.2 https://github.com/actions/setup-node/commit/60edb5dd545a775178f52524783378180af0d1f8 with: node-version: ${{ matrix.node-version }} cache: ${{ matrix.pkg-manager }} diff --git a/.github/workflows/reusable-e2e.yml b/.github/workflows/reusable-e2e.yml index 35dd1e09f0..25694a42f1 100644 --- a/.github/workflows/reusable-e2e.yml +++ b/.github/workflows/reusable-e2e.yml @@ -110,7 +110,7 @@ jobs: SEGMENT_DOWNLOAD_TIMEOUT_MINS: 1 - name: Setup Node.js 20 - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 https://github.com/actions/setup-node/commit/60edb5dd545a775178f52524783378180af0d1f8 + uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v4.0.2 https://github.com/actions/setup-node/commit/60edb5dd545a775178f52524783378180af0d1f8 with: node-version: 20 cache: 'yarn' @@ -397,7 +397,7 @@ jobs: persist-credentials: false - name: Setup Node.js 20 - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 https://github.com/actions/setup-node/commit/60edb5dd545a775178f52524783378180af0d1f8 + uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v4.0.2 https://github.com/actions/setup-node/commit/60edb5dd545a775178f52524783378180af0d1f8 with: node-version: 20 cache: 'yarn' @@ -529,7 +529,7 @@ jobs: java-version: '11' - name: Setup Node.js 20 - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 https://github.com/actions/setup-node/commit/60edb5dd545a775178f52524783378180af0d1f8 + uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v4.0.2 https://github.com/actions/setup-node/commit/60edb5dd545a775178f52524783378180af0d1f8 with: node-version: 20 cache: 'yarn' @@ -656,7 +656,7 @@ jobs: persist-credentials: false - name: Setup Node.js 20 - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 https://github.com/actions/setup-node/commit/60edb5dd545a775178f52524783378180af0d1f8 + uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v4.0.2 https://github.com/actions/setup-node/commit/60edb5dd545a775178f52524783378180af0d1f8 with: node-version: 20 cache: 'yarn' diff --git a/.github/workflows/reusable-setup-cache.yml b/.github/workflows/reusable-setup-cache.yml index 4cc2492a03..4cfe93791a 100644 --- a/.github/workflows/reusable-setup-cache.yml +++ b/.github/workflows/reusable-setup-cache.yml @@ -23,7 +23,7 @@ jobs: repository: ${{ inputs.repository }} persist-credentials: false - name: Setup Node.js 20 - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 https://github.com/actions/setup-node/commit/60edb5dd545a775178f52524783378180af0d1f8 + uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v4.0.2 https://github.com/actions/setup-node/commit/60edb5dd545a775178f52524783378180af0d1f8 with: node-version: 20 cache: 'yarn' diff --git a/.github/workflows/reusable-tagged-publish.yml b/.github/workflows/reusable-tagged-publish.yml index 356eb1fb84..c56e7640f0 100644 --- a/.github/workflows/reusable-tagged-publish.yml +++ b/.github/workflows/reusable-tagged-publish.yml @@ -24,7 +24,7 @@ jobs: - name: Checkout repo uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.1.3 https://github.com/actions/checkout/commit/cd7d8d697e10461458bc61a30d094dc601a8b017 - name: Setup Node.js 20 - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 https://github.com/actions/setup-node/commit/60edb5dd545a775178f52524783378180af0d1f8 + uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v4.0.2 https://github.com/actions/setup-node/commit/60edb5dd545a775178f52524783378180af0d1f8 with: node-version: 20 cache: 'yarn' diff --git a/.github/workflows/reusable-unit.yml b/.github/workflows/reusable-unit.yml index d635f6069d..7929ac1f4a 100644 --- a/.github/workflows/reusable-unit.yml +++ b/.github/workflows/reusable-unit.yml @@ -43,7 +43,7 @@ jobs: persist-credentials: false - name: Setup Node.js 20 - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 https://github.com/actions/setup-node/commit/60edb5dd545a775178f52524783378180af0d1f8 + uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v4.0.2 https://github.com/actions/setup-node/commit/60edb5dd545a775178f52524783378180af0d1f8 with: node-version: 20 cache: 'yarn' diff --git a/.github/workflows/version-packages.yml b/.github/workflows/version-packages.yml index 633c27bcd5..272a31cc14 100644 --- a/.github/workflows/version-packages.yml +++ b/.github/workflows/version-packages.yml @@ -28,7 +28,7 @@ jobs: uses: ./.github/actions/has-changesets - name: Setup Node.js 20 if: ${{ steps.has-changesets.outputs.has-changesets == 'true' }} - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 https://github.com/actions/setup-node/commit/60edb5dd545a775178f52524783378180af0d1f8 + uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v4.0.2 https://github.com/actions/setup-node/commit/60edb5dd545a775178f52524783378180af0d1f8 with: node-version: 20 cache: 'yarn'