From 220a7ac2aa9637e210ff4c31afa59dacbf5ebd01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 07:10:50 +0000 Subject: [PATCH 1/2] chore(deps): bump actions/setup-node from 4 to 5 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4 to 5. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/buildandtest.yml | 14 +++++++------- .github/workflows/codegen.yml | 2 +- .github/workflows/e2e-v2.yml | 8 ++++---- .github/workflows/native-tests.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/sample-application-expo.yml | 2 +- .github/workflows/sample-application.yml | 4 ++-- .github/workflows/testflight.yml | 2 +- 8 files changed, 18 insertions(+), 18 deletions(-) diff --git a/.github/workflows/buildandtest.yml b/.github/workflows/buildandtest.yml index 0717c08c76..66c268dcab 100644 --- a/.github/workflows/buildandtest.yml +++ b/.github/workflows/buildandtest.yml @@ -24,7 +24,7 @@ jobs: steps: - uses: actions/checkout@v5 - run: npm i -g corepack - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v5 with: node-version: 18 cache: 'yarn' @@ -42,7 +42,7 @@ jobs: steps: - uses: actions/checkout@v5 - run: npm i -g corepack - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v5 with: node-version: 18 cache: 'yarn' @@ -60,7 +60,7 @@ jobs: steps: - uses: actions/checkout@v5 - run: npm i -g corepack - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v5 with: node-version: 18 cache: 'yarn' @@ -83,7 +83,7 @@ jobs: steps: - uses: actions/checkout@v5 - run: npm i -g corepack - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v5 with: node-version: 18 cache: 'yarn' @@ -126,7 +126,7 @@ jobs: steps: - uses: actions/checkout@v5 - run: npm i -g corepack - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v5 with: node-version: 18 cache: 'yarn' @@ -156,7 +156,7 @@ jobs: steps: - uses: actions/checkout@v5 - run: npm i -g corepack - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v5 with: node-version: 18 cache: 'yarn' @@ -190,7 +190,7 @@ jobs: steps: - uses: actions/checkout@v5 - run: npm i -g corepack - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v5 with: node-version: 18 cache: 'yarn' diff --git a/.github/workflows/codegen.yml b/.github/workflows/codegen.yml index 17d84f1f26..5c2cd14da7 100644 --- a/.github/workflows/codegen.yml +++ b/.github/workflows/codegen.yml @@ -38,7 +38,7 @@ jobs: steps: - uses: actions/checkout@v5 - run: npm i -g corepack - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v5 with: node-version: 18 cache: 'yarn' diff --git a/.github/workflows/e2e-v2.yml b/.github/workflows/e2e-v2.yml index 7d37ebdd3d..f9e80a51a9 100644 --- a/.github/workflows/e2e-v2.yml +++ b/.github/workflows/e2e-v2.yml @@ -57,7 +57,7 @@ jobs: if: ${{ matrix.platform == 'ios' }} - run: npm i -g corepack - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v5 with: node-version: 18 cache: 'yarn' @@ -228,7 +228,7 @@ jobs: if: ${{ matrix.platform == 'ios' }} - run: npm i -g corepack - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v5 with: node-version: 18 cache: 'yarn' @@ -259,7 +259,7 @@ jobs: # The old node has to be enabled after creating the test app # to avoid issues with the old node version - run: corepack disable - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v5 if: ${{ matrix.rn-version == '0.65.3' }} with: node-version: 16 @@ -354,7 +354,7 @@ jobs: - name: Enable Corepack run: npm i -g corepack - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v5 with: node-version: 20 cache: 'yarn' diff --git a/.github/workflows/native-tests.yml b/.github/workflows/native-tests.yml index ab661ed774..67c8496499 100644 --- a/.github/workflows/native-tests.yml +++ b/.github/workflows/native-tests.yml @@ -26,7 +26,7 @@ jobs: - name: Enable Corepack run: npm i -g corepack - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v5 with: node-version: 18 cache: 'yarn' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9183f7c629..1fec0b79ff 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,7 +29,7 @@ jobs: token: ${{ steps.token.outputs.token }} fetch-depth: 0 - run: npm i -g corepack - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v5 with: node-version: 18 cache: 'yarn' diff --git a/.github/workflows/sample-application-expo.yml b/.github/workflows/sample-application-expo.yml index bd4ddd9a79..75bfada19c 100644 --- a/.github/workflows/sample-application-expo.yml +++ b/.github/workflows/sample-application-expo.yml @@ -49,7 +49,7 @@ jobs: - name: Enable Corepack run: npm i -g corepack - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v5 with: node-version: 18 cache: 'yarn' diff --git a/.github/workflows/sample-application.yml b/.github/workflows/sample-application.yml index 764bf88a6d..9de9020a3e 100644 --- a/.github/workflows/sample-application.yml +++ b/.github/workflows/sample-application.yml @@ -63,7 +63,7 @@ jobs: - name: Enable Corepack run: npm i -g corepack - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v5 with: node-version: 18 cache: 'yarn' @@ -266,7 +266,7 @@ jobs: - name: Enable Corepack run: npm i -g corepack - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v5 with: node-version: 18 cache: 'yarn' diff --git a/.github/workflows/testflight.yml b/.github/workflows/testflight.yml index e6454ed369..cfae37763e 100644 --- a/.github/workflows/testflight.yml +++ b/.github/workflows/testflight.yml @@ -27,7 +27,7 @@ jobs: bundler-cache: true # runs 'bundle install' and caches installed gems automatically cache-version: 1 # cache the installed gems - run: npm i -g corepack - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v5 with: node-version: 18 cache: 'yarn' From 720dab5032b11a8f280149c37f0cc22bed139ded Mon Sep 17 00:00:00 2001 From: Antonis Lilis Date: Mon, 8 Sep 2025 12:12:47 +0200 Subject: [PATCH 2/2] Disable package-manager-cache introduced in v5 --- .github/workflows/buildandtest.yml | 7 +++++++ .github/workflows/codegen.yml | 1 + .github/workflows/e2e-v2.yml | 4 ++++ .github/workflows/native-tests.yml | 1 + .github/workflows/release.yml | 1 + .github/workflows/sample-application-expo.yml | 1 + .github/workflows/sample-application.yml | 2 ++ .github/workflows/testflight.yml | 1 + 8 files changed, 18 insertions(+) diff --git a/.github/workflows/buildandtest.yml b/.github/workflows/buildandtest.yml index 66c268dcab..d436861b81 100644 --- a/.github/workflows/buildandtest.yml +++ b/.github/workflows/buildandtest.yml @@ -26,6 +26,7 @@ jobs: - run: npm i -g corepack - uses: actions/setup-node@v5 with: + package-manager-cache: false node-version: 18 cache: 'yarn' cache-dependency-path: yarn.lock @@ -44,6 +45,7 @@ jobs: - run: npm i -g corepack - uses: actions/setup-node@v5 with: + package-manager-cache: false node-version: 18 cache: 'yarn' cache-dependency-path: yarn.lock @@ -62,6 +64,7 @@ jobs: - run: npm i -g corepack - uses: actions/setup-node@v5 with: + package-manager-cache: false node-version: 18 cache: 'yarn' cache-dependency-path: yarn.lock @@ -85,6 +88,7 @@ jobs: - run: npm i -g corepack - uses: actions/setup-node@v5 with: + package-manager-cache: false node-version: 18 cache: 'yarn' cache-dependency-path: yarn.lock @@ -128,6 +132,7 @@ jobs: - run: npm i -g corepack - uses: actions/setup-node@v5 with: + package-manager-cache: false node-version: 18 cache: 'yarn' cache-dependency-path: yarn.lock @@ -158,6 +163,7 @@ jobs: - run: npm i -g corepack - uses: actions/setup-node@v5 with: + package-manager-cache: false node-version: 18 cache: 'yarn' cache-dependency-path: yarn.lock @@ -192,6 +198,7 @@ jobs: - run: npm i -g corepack - uses: actions/setup-node@v5 with: + package-manager-cache: false node-version: 18 cache: 'yarn' cache-dependency-path: yarn.lock diff --git a/.github/workflows/codegen.yml b/.github/workflows/codegen.yml index 5c2cd14da7..855e168bab 100644 --- a/.github/workflows/codegen.yml +++ b/.github/workflows/codegen.yml @@ -40,6 +40,7 @@ jobs: - run: npm i -g corepack - uses: actions/setup-node@v5 with: + package-manager-cache: false node-version: 18 cache: 'yarn' cache-dependency-path: yarn.lock diff --git a/.github/workflows/e2e-v2.yml b/.github/workflows/e2e-v2.yml index f9e80a51a9..04b90ba287 100644 --- a/.github/workflows/e2e-v2.yml +++ b/.github/workflows/e2e-v2.yml @@ -59,6 +59,7 @@ jobs: - run: npm i -g corepack - uses: actions/setup-node@v5 with: + package-manager-cache: false node-version: 18 cache: 'yarn' cache-dependency-path: yarn.lock @@ -230,6 +231,7 @@ jobs: - run: npm i -g corepack - uses: actions/setup-node@v5 with: + package-manager-cache: false node-version: 18 cache: 'yarn' cache-dependency-path: yarn.lock @@ -262,6 +264,7 @@ jobs: - uses: actions/setup-node@v5 if: ${{ matrix.rn-version == '0.65.3' }} with: + package-manager-cache: false node-version: 16 - uses: ruby/setup-ruby@v1 @@ -356,6 +359,7 @@ jobs: run: npm i -g corepack - uses: actions/setup-node@v5 with: + package-manager-cache: false node-version: 20 cache: 'yarn' cache-dependency-path: yarn.lock diff --git a/.github/workflows/native-tests.yml b/.github/workflows/native-tests.yml index 67c8496499..b7c6d676b7 100644 --- a/.github/workflows/native-tests.yml +++ b/.github/workflows/native-tests.yml @@ -28,6 +28,7 @@ jobs: run: npm i -g corepack - uses: actions/setup-node@v5 with: + package-manager-cache: false node-version: 18 cache: 'yarn' cache-dependency-path: yarn.lock diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1fec0b79ff..52d219cd71 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,6 +31,7 @@ jobs: - run: npm i -g corepack - uses: actions/setup-node@v5 with: + package-manager-cache: false node-version: 18 cache: 'yarn' cache-dependency-path: yarn.lock diff --git a/.github/workflows/sample-application-expo.yml b/.github/workflows/sample-application-expo.yml index 75bfada19c..093088b461 100644 --- a/.github/workflows/sample-application-expo.yml +++ b/.github/workflows/sample-application-expo.yml @@ -51,6 +51,7 @@ jobs: run: npm i -g corepack - uses: actions/setup-node@v5 with: + package-manager-cache: false node-version: 18 cache: 'yarn' cache-dependency-path: yarn.lock diff --git a/.github/workflows/sample-application.yml b/.github/workflows/sample-application.yml index 9de9020a3e..99c575a69e 100644 --- a/.github/workflows/sample-application.yml +++ b/.github/workflows/sample-application.yml @@ -65,6 +65,7 @@ jobs: run: npm i -g corepack - uses: actions/setup-node@v5 with: + package-manager-cache: false node-version: 18 cache: 'yarn' cache-dependency-path: yarn.lock @@ -268,6 +269,7 @@ jobs: run: npm i -g corepack - uses: actions/setup-node@v5 with: + package-manager-cache: false node-version: 18 cache: 'yarn' cache-dependency-path: yarn.lock diff --git a/.github/workflows/testflight.yml b/.github/workflows/testflight.yml index cfae37763e..b68637c6f2 100644 --- a/.github/workflows/testflight.yml +++ b/.github/workflows/testflight.yml @@ -29,6 +29,7 @@ jobs: - run: npm i -g corepack - uses: actions/setup-node@v5 with: + package-manager-cache: false node-version: 18 cache: 'yarn' cache-dependency-path: yarn.lock