From c41eeb249e8a47e009c5f070d71f167dd1d39760 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 28 Mar 2026 15:24:39 +0100 Subject: [PATCH] chore(deps): update helmfile/helmfile-action action to v2.4.0 (#37) 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 | Pending | |---|---|---|---|---| | [helmfile/helmfile-action](https://github.com/helmfile/helmfile-action) | action | minor | `v2.3.1` → `v2.4.0` | `v2.4.1` | --- ### Release Notes
helmfile/helmfile-action (helmfile/helmfile-action) ### [`v2.4.0`](https://github.com/helmfile/helmfile-action/releases/tag/v2.4.0) [Compare Source](https://github.com/helmfile/helmfile-action/compare/v2.3.1...v2.4.0) ##### What's Changed - build(deps-dev): bump [@​types/node](https://github.com/types/node) from 25.3.3 to 25.3.5 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​655](https://github.com/helmfile/helmfile-action/pull/655) - build(deps-dev): bump [@​eslint/eslintrc](https://github.com/eslint/eslintrc) from 3.3.4 to 3.3.5 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​657](https://github.com/helmfile/helmfile-action/pull/657) - build(deps-dev): bump [@​eslint/js](https://github.com/eslint/js) from 9.39.3 to 9.39.4 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​656](https://github.com/helmfile/helmfile-action/pull/656) - build(deps-dev): bump jest from 30.2.0 to 30.3.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​659](https://github.com/helmfile/helmfile-action/pull/659) - Use node24 on runners by [@​Cardds](https://github.com/Cardds) in [#​662](https://github.com/helmfile/helmfile-action/pull/662) - build(deps-dev): bump [@​types/node](https://github.com/types/node) from 25.3.5 to 25.5.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​660](https://github.com/helmfile/helmfile-action/pull/660) ##### New Contributors - [@​Cardds](https://github.com/Cardds) made their first contribution in [#​662](https://github.com/helmfile/helmfile-action/pull/662) **Full Changelog**:
--- ### 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://github.com/renovatebot/renovate). Reviewed-on: https://gitea.t000-n.de/t.behrendt/k_deploy_workflows/pulls/37 Reviewed-by: t.behrendt Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- .gitea/workflows/cd.yaml | 2 +- .gitea/workflows/ci.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/cd.yaml b/.gitea/workflows/cd.yaml index 2e1e5e5..72a1459 100644 --- a/.gitea/workflows/cd.yaml +++ b/.gitea/workflows/cd.yaml @@ -156,7 +156,7 @@ jobs: echo "No custom secrets to create" fi - name: Deploy Helm - uses: helmfile/helmfile-action@c58e4737b8a69764d8294a70fcbcb0a63573dae9 # v2.3.1 + uses: helmfile/helmfile-action@99b1d18ad3989701cf26a54e65baf4a3ee8156b0 # v2.4.0 with: helmfile-args: apply diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index d5293fe..6c3348a 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -90,7 +90,7 @@ jobs: method: kubeconfig kubeconfig: ${{ secrets.KUBECONFIG }} - name: Validate Helm - uses: helmfile/helmfile-action@c58e4737b8a69764d8294a70fcbcb0a63573dae9 # v2.3.1 + uses: helmfile/helmfile-action@99b1d18ad3989701cf26a54e65baf4a3ee8156b0 # v2.4.0 with: helmfile-args: diff