From bb1a290449ff294ab680014607cc2639a74361ba Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Sat, 27 Jun 2026 08:27:25 +0200 Subject: [PATCH] =?UTF-8?q?BREAKING=20CHANGE(github-action):=20Update=20ac?= =?UTF-8?q?tions/cache=20action=20v5=20=E2=86=92=20v6=20(#49542)?= 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 | `caa2961` → `55cc834` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/18710) for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes
actions/cache (actions/cache) ### [`v6`](https://redirect.github.com/actions/cache/compare/v5...v6) [Compare Source](https://redirect.github.com/actions/cache/compare/v5...v6)
--- ### 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 has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). --- .github/workflows/charts-release.yaml | 2 +- .github/workflows/common-tests.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/charts-release.yaml b/.github/workflows/charts-release.yaml index 57e59762769..f57bac139da 100644 --- a/.github/workflows/charts-release.yaml +++ b/.github/workflows/charts-release.yaml @@ -102,7 +102,7 @@ jobs: - name: Cache Changelog id: cache-changelog if: github.event_name == 'push' - uses: actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6 with: key: ${{ env.CHANGELOG_CACHE_KEY }}-${{ hashFiles('**/Chart.yaml') }} path: changelog.json.gz diff --git a/.github/workflows/common-tests.yaml b/.github/workflows/common-tests.yaml index cc91862e620..c717a002105 100644 --- a/.github/workflows/common-tests.yaml +++ b/.github/workflows/common-tests.yaml @@ -103,7 +103,7 @@ jobs: version: ${{ matrix.helm-version }} - name: Cache helm plugins - uses: actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6 with: path: | /home/runner/.local/share/helm/plugins/helm-unittest