From bf0135f64ea7a3acee429f0b6424e7229c71c2b0 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Sat, 28 Mar 2026 09:49:24 +0100 Subject: [PATCH] =?UTF-8?q?BREAKING=20CHANGE(github-action):=20Update=20az?= =?UTF-8?q?ure/setup-helm=20action=20v4=20=E2=86=92=20v5=20(#46459)?= 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 | |---|---|---|---| | [azure/setup-helm](https://redirect.github.com/azure/setup-helm) | action | major | `1a275c3` → `dda3372` | --- > [!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
azure/setup-helm (azure/setup-helm) ### [`v5`](https://redirect.github.com/azure/setup-helm/compare/v4...v5) [Compare Source](https://redirect.github.com/azure/setup-helm/compare/v4...v5)
--- ### Configuration 📅 **Schedule**: 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-lint.yaml | 2 +- .github/workflows/charts-release.yaml | 2 +- .github/workflows/charts-test.yaml | 12 ++++++------ .github/workflows/common-tests.yaml | 6 +++--- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/charts-lint.yaml b/.github/workflows/charts-lint.yaml index 578bca26e65..c2b1114e7dd 100644 --- a/.github/workflows/charts-lint.yaml +++ b/.github/workflows/charts-lint.yaml @@ -53,7 +53,7 @@ jobs: - name: Install Helm if: inputs.chartChangesDetected == 'true' - uses: azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4 # v4 + uses: azure/setup-helm@dda3372f752e03dde6b3237bc9431cdc2f7a02a2 # v5 with: version: v3.18.6 diff --git a/.github/workflows/charts-release.yaml b/.github/workflows/charts-release.yaml index 292680484c3..e7e611b1505 100644 --- a/.github/workflows/charts-release.yaml +++ b/.github/workflows/charts-release.yaml @@ -134,7 +134,7 @@ jobs: find . -name '*.sh' | xargs chmod +x - name: Install Helm - uses: azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4 # v4 + uses: azure/setup-helm@dda3372f752e03dde6b3237bc9431cdc2f7a02a2 # v5 with: version: v3.18.6 diff --git a/.github/workflows/charts-test.yaml b/.github/workflows/charts-test.yaml index 6c375061a36..07f41dcf5da 100644 --- a/.github/workflows/charts-test.yaml +++ b/.github/workflows/charts-test.yaml @@ -153,7 +153,7 @@ jobs: echo "$HOME/.local/bin" >> $GITHUB_PATH - name: Install Helm - uses: azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4 # v4 + uses: azure/setup-helm@dda3372f752e03dde6b3237bc9431cdc2f7a02a2 # v5 with: version: v3.18.6 @@ -225,7 +225,7 @@ jobs: ref: ${{ inputs.checkoutCommit }} - name: Install Helm - uses: azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4 # v4 + uses: azure/setup-helm@dda3372f752e03dde6b3237bc9431cdc2f7a02a2 # v5 with: version: v3.18.6 @@ -297,7 +297,7 @@ jobs: ref: ${{ inputs.checkoutCommit }} - name: Install Helm - uses: azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4 # v4 + uses: azure/setup-helm@dda3372f752e03dde6b3237bc9431cdc2f7a02a2 # v5 with: version: v3.18.6 @@ -369,7 +369,7 @@ jobs: ref: ${{ inputs.checkoutCommit }} - name: Install Helm - uses: azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4 # v4 + uses: azure/setup-helm@dda3372f752e03dde6b3237bc9431cdc2f7a02a2 # v5 with: version: v3.18.6 @@ -441,7 +441,7 @@ jobs: ref: ${{ inputs.checkoutCommit }} - name: Install Helm - uses: azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4 # v4 + uses: azure/setup-helm@dda3372f752e03dde6b3237bc9431cdc2f7a02a2 # v5 with: version: v3.18.6 @@ -514,7 +514,7 @@ jobs: ref: ${{ inputs.checkoutCommit }} - name: Install Helm - uses: azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4 # v4 + uses: azure/setup-helm@dda3372f752e03dde6b3237bc9431cdc2f7a02a2 # v5 with: version: v3.18.6 diff --git a/.github/workflows/common-tests.yaml b/.github/workflows/common-tests.yaml index 5b1ec6dc222..3f97525b38b 100644 --- a/.github/workflows/common-tests.yaml +++ b/.github/workflows/common-tests.yaml @@ -58,7 +58,7 @@ jobs: fetch-depth: 1 - name: Install Helm - uses: azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4 # v4 + uses: azure/setup-helm@dda3372f752e03dde6b3237bc9431cdc2f7a02a2 # v5 with: version: ${{ matrix.helm-version }} @@ -98,7 +98,7 @@ jobs: fetch-depth: 1 - name: Install Helm - uses: azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4 # v4 + uses: azure/setup-helm@dda3372f752e03dde6b3237bc9431cdc2f7a02a2 # v5 with: version: ${{ matrix.helm-version }} @@ -187,7 +187,7 @@ jobs: fetch-depth: 1 - name: Install Helm - uses: azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4 # v4 + uses: azure/setup-helm@dda3372f752e03dde6b3237bc9431cdc2f7a02a2 # v5 with: version: ${{ matrix.helm-version }}