From bd206c5c0523e2c46d5eb837f44d7eb46d276bfa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 18:11:45 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20actions/cache=20a?= =?UTF-8?q?ction=20to=20v6=20(#1063)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/cache](https://redirect.github.com/actions/cache) | action | major | `v5.0.5` → `v6.0.0` | --- ### Release Notes
actions/cache (actions/cache) ### [`v6.0.0`](https://redirect.github.com/actions/cache/releases/tag/v6.0.0) [Compare Source](https://redirect.github.com/actions/cache/compare/v6.0.0...v6.0.0) #### What's Changed - Update packages, migrate to ESM by [@​Samirat](https://redirect.github.com/Samirat) in [#​1760](https://redirect.github.com/actions/cache/pull/1760) **Full Changelog**: ### [`v6`](https://redirect.github.com/actions/cache/compare/v5.0.5...v6.0.0) [Compare Source](https://redirect.github.com/actions/cache/compare/v5.0.5...v6.0.0)
--- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/dubzzz/pure-rand). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/build-status.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-status.yml b/.github/workflows/build-status.yml index dfc64d6..072df3b 100644 --- a/.github/workflows/build-status.yml +++ b/.github/workflows/build-status.yml @@ -117,7 +117,7 @@ jobs: # Restore the benchmark results computed on main so that vitest can compare the # current run against them. No previous bundle needs to be installed anymore. - name: Restore results from last benchmark execution on main - uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache/restore@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.0 with: path: benchmark.json # Non-matching key so restore-keys picks the most recent main cache @@ -141,7 +141,7 @@ jobs: run: gh cache list --key bench-main- --json key -q '.[].key' | xargs -rn1 gh cache delete || true - name: Cache last benchmark execution for main if: github.event_name == 'push' && github.ref == 'refs/heads/main' - uses: actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache/save@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.0 with: path: benchmark.json key: bench-main-${{ github.sha }} @@ -184,7 +184,7 @@ jobs: steps: - name: Restore main bundle from cache id: main-cache - uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache/restore@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.0 with: path: package.tgz # Non-matching key so restore-keys picks the most recent main cache @@ -474,7 +474,7 @@ jobs: run: gh cache list --key bundle-main- --json key -q '.[].key' | xargs -rn1 gh cache delete || true - name: Cache bundle for main if: github.event_name == 'push' && github.ref == 'refs/heads/main' - uses: actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache/save@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.0 with: path: package.tgz key: bundle-main-${{ github.sha }} -- 2.51.2