From d494f41782d19186dc6eb68b5566a74480c083c7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 01:09:01 +0000 Subject: [PATCH] chore(deps): update github actions --- .github/actions/build-upstream/action.yml | 4 ++-- .github/actions/clone/action.yml | 4 ++-- .github/workflows/ci.yml | 2 +- .github/workflows/prepare_release.yml | 2 +- .github/workflows/renovate-lockfiles.yml | 2 +- .github/workflows/security.yml | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/actions/build-upstream/action.yml b/.github/actions/build-upstream/action.yml index dc0461b9a8..300abe155e 100644 --- a/.github/actions/build-upstream/action.yml +++ b/.github/actions/build-upstream/action.yml @@ -38,7 +38,7 @@ runs: # Cache NAPI bindings and Rust CLI binary (the slow parts, especially on Windows) - name: Restore NAPI binding cache id: cache-restore - uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache/restore@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.0 with: path: | packages/cli/binding/*.node @@ -169,7 +169,7 @@ runs: - name: Save NAPI binding cache if: steps.cache-restore.outputs.cache-hit != 'true' - uses: actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache/save@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.0 with: path: | packages/cli/binding/*.node diff --git a/.github/actions/clone/action.yml b/.github/actions/clone/action.yml index 9a04b3beb4..d8b5cf15e4 100644 --- a/.github/actions/clone/action.yml +++ b/.github/actions/clone/action.yml @@ -33,14 +33,14 @@ runs: env: INPUTS_ECOSYSTEM_CI_PROJECT: ${{ inputs.ecosystem-ci-project }} - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: repository: rolldown/rolldown path: rolldown ref: ${{ steps.upstream-versions.outputs.ROLLDOWN_HASH }} persist-credentials: false - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: repository: vitejs/vite path: vite diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7c7ce54997..9079485060 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -114,7 +114,7 @@ jobs: name: Test (Linux x64 musl) runs-on: namespace-profile-linux-x64-default container: - image: node:22-alpine3.21 + image: node:25-alpine3.21 env: # GitHub Actions sets HOME=/github/home in containers, but the euid home is /root. # Pin Rust tooling paths to avoid $HOME mismatch issues. diff --git a/.github/workflows/prepare_release.yml b/.github/workflows/prepare_release.yml index 8291ad7b36..46867fd824 100644 --- a/.github/workflows/prepare_release.yml +++ b/.github/workflows/prepare_release.yml @@ -22,7 +22,7 @@ jobs: permissions: contents: read steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: fetch-depth: 0 persist-credentials: false diff --git a/.github/workflows/renovate-lockfiles.yml b/.github/workflows/renovate-lockfiles.yml index 8cc0caa454..34df661de3 100644 --- a/.github/workflows/renovate-lockfiles.yml +++ b/.github/workflows/renovate-lockfiles.yml @@ -29,7 +29,7 @@ jobs: permissions: contents: read steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: persist-credentials: false diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index 0f8725ede2..d724c304bf 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -34,7 +34,7 @@ jobs: shell: bash run: node -e "console.log('ROLLDOWN_HASH=' + require('./packages/tools/.upstream-versions.json').rolldown.hash)" >> $GITHUB_OUTPUT - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: repository: rolldown/rolldown path: rolldown