From 10fe73b9dc8615624c1d8f4b97d468653b070b1d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 04:47:13 +0000 Subject: [PATCH 1/2] chore(deps): update github actions major --- .github/workflows/release-please.yml | 2 +- .github/workflows/runtime-tests.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index aa594cebf..ee6f832cb 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -24,7 +24,7 @@ jobs: app-id: ${{ vars.SDK_BOT_APP_ID }} private-key: ${{ secrets.SDK_BOT_PRIVATE_KEY }} - - uses: googleapis/release-please-action@5c625bfb5d1ff62eadeeb3772007f7f66fdcf071 # v4 + - uses: googleapis/release-please-action@45996ed1f6d02564a971a2fa1b5860e934307cf7 # v5 id: release with: token: ${{ steps.generate-token.outputs.token }} diff --git a/.github/workflows/runtime-tests.yml b/.github/workflows/runtime-tests.yml index 60b5e42d5..f6ca3475d 100644 --- a/.github/workflows/runtime-tests.yml +++ b/.github/workflows/runtime-tests.yml @@ -9,10 +9,10 @@ jobs: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # 6.3.0 with: - node-version: 22 + node-version: 24 - uses: denoland/setup-deno@e95548e56dfa95d4e1a28d6f422fafe75c4c26fb # v2.0.3 with: - deno-version: v1.x + deno-version: 2.x - uses: oven-sh/setup-bun@0c5077e51419868618aeaa5fe8019c62421857d6 # 2.2.0 - name: Install and build From 3f03eb61a7e121a764fd40acecb543c41b9febb7 Mon Sep 17 00:00:00 2001 From: "Garen J. Torikian" Date: Fri, 15 May 2026 18:54:07 -0400 Subject: [PATCH 2/2] chore: keep node-version at 22 in runtime tests Renovate's major bump to Node 24 was unintended for the runtime compatibility workflow; stay on 22. Co-Authored-By: Claude Opus 4.7 (1M context) --- .github/workflows/runtime-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/runtime-tests.yml b/.github/workflows/runtime-tests.yml index f6ca3475d..3a101ff94 100644 --- a/.github/workflows/runtime-tests.yml +++ b/.github/workflows/runtime-tests.yml @@ -9,7 +9,7 @@ jobs: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # 6.3.0 with: - node-version: 24 + node-version: 22 - uses: denoland/setup-deno@e95548e56dfa95d4e1a28d6f422fafe75c4c26fb # v2.0.3 with: deno-version: 2.x