From 9a01da03670a3788a71d4363050c3a1549b30cbb Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 16 Apr 2026 19:31:08 +0200 Subject: [PATCH] chore(deps): update azure/k8s-set-context action to v5 (#64) 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/k8s-set-context](https://github.com/azure/k8s-set-context) | action | major | `v4.0.2` → `v5.0.0` | --- ### Release Notes
azure/k8s-set-context (azure/k8s-set-context) ### [`v5.0.0`](https://github.com/Azure/k8s-set-context/releases/tag/v5.0.0) [Compare Source](https://github.com/azure/k8s-set-context/compare/v4.0.2...v5.0.0) ##### Features - [#​227](https://github.com/azure/k8s-set-context/issues/227) Migrate to ESM with esbuild, vitest ##### Runtime and platform - [#​222](https://github.com/azure/k8s-set-context/issues/222) Update Node version from 20 to 24 ##### Dependabot updates - [#​231](https://github.com/azure/k8s-set-context/issues/231) Bump github/codeql-action in /.github/workflows in the actions group - [#​230](https://github.com/azure/k8s-set-context/issues/230) Bump typescript in the actions group across 1 directory - [#​228](https://github.com/azure/k8s-set-context/issues/228) Bump picomatch - [#​226](https://github.com/azure/k8s-set-context/issues/226) Bump github/codeql-action in /.github/workflows in the actions group - [#​223](https://github.com/azure/k8s-set-context/issues/223) Bump undici from 6.23.0 to 6.24.0 - [#​221](https://github.com/azure/k8s-set-context/issues/221) Bump the actions group in /.github/workflows with 2 updates - [#​218](https://github.com/azure/k8s-set-context/issues/218) Bump the actions group in /.github/workflows with 2 updates - [#​219](https://github.com/azure/k8s-set-context/issues/219) Bump minimatch - [#​217](https://github.com/azure/k8s-set-context/issues/217) Bump undici and [@​actions/http-client](https://github.com/actions/http-client) - [#​216](https://github.com/azure/k8s-set-context/issues/216) Bump github/codeql-action in /.github/workflows in the actions group - [#​214](https://github.com/azure/k8s-set-context/issues/214) Bump the actions group in /.github/workflows with 2 updates - [#​212](https://github.com/azure/k8s-set-context/issues/212) Bump the actions group in /.github/workflows with 2 updates - [#​211](https://github.com/azure/k8s-set-context/issues/211) Bump the actions group with 3 updates - [#​210](https://github.com/azure/k8s-set-context/issues/210) Bump the actions group with 2 updates - [#​208](https://github.com/azure/k8s-set-context/issues/208) Bump [@​types/node](https://github.com/types/node) from 25.0.2 to 25.0.3 in the actions group - [#​209](https://github.com/azure/k8s-set-context/issues/209) Bump github/codeql-action in /.github/workflows in the actions group - [#​206](https://github.com/azure/k8s-set-context/issues/206) Bump the actions group with 3 updates - [#​207](https://github.com/azure/k8s-set-context/issues/207) Bump github/codeql-action in /.github/workflows in the actions group - [#​205](https://github.com/azure/k8s-set-context/issues/205) Bump the actions group in /.github/workflows with 4 updates - [#​204](https://github.com/azure/k8s-set-context/issues/204) Bump the actions group with 2 updates - [#​202](https://github.com/azure/k8s-set-context/issues/202) Bump the actions group in /.github/workflows with 2 updates - [#​203](https://github.com/azure/k8s-set-context/issues/203) Bump prettier from 3.6.2 to 3.7.3 in the actions group - [#​201](https://github.com/azure/k8s-set-context/issues/201) Bump glob from 10.4.5 to 10.5.0 - [#​200](https://github.com/azure/k8s-set-context/issues/200) Bump js-yaml from 3.14.1 to 3.14.2 - [#​198](https://github.com/azure/k8s-set-context/issues/198) Bump js-yaml from 4.1.0 to 4.1.1 - [#​199](https://github.com/azure/k8s-set-context/issues/199) Bump the actions group with 2 updates
--- ### 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/pulls/64 Reviewed-by: t.behrendt Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- .gitea/workflows/deploy.yaml | 8 ++++---- .gitea/workflows/validate.yaml | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 18661a6..c8c7139 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -35,7 +35,7 @@ jobs: steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - uses: azure/setup-kubectl@15650b3ad78fff148532a140b8a4c821796b2d7b # v5.0.0 - - uses: azure/k8s-set-context@ae59a723ba9abe7a9655538854a025448dbab4aa # v4.0.2 + - uses: azure/k8s-set-context@89b837d75b40a7bd2ddafde837473c212db8b313 # v5.0.0 with: method: kubeconfig kubeconfig: ${{ secrets.KUBECONFIG }} @@ -50,7 +50,7 @@ jobs: steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - uses: azure/setup-kubectl@15650b3ad78fff148532a140b8a4c821796b2d7b # v5.0.0 - - uses: azure/k8s-set-context@ae59a723ba9abe7a9655538854a025448dbab4aa # v4.0.2 + - uses: azure/k8s-set-context@89b837d75b40a7bd2ddafde837473c212db8b313 # v5.0.0 with: method: kubeconfig kubeconfig: ${{ secrets.KUBECONFIG }} @@ -68,7 +68,7 @@ jobs: steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - uses: azure/setup-kubectl@15650b3ad78fff148532a140b8a4c821796b2d7b # v5.0.0 - - uses: azure/k8s-set-context@ae59a723ba9abe7a9655538854a025448dbab4aa # v4.0.2 + - uses: azure/k8s-set-context@89b837d75b40a7bd2ddafde837473c212db8b313 # v5.0.0 with: method: kubeconfig kubeconfig: ${{ secrets.KUBECONFIG }} @@ -106,7 +106,7 @@ jobs: steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - uses: azure/setup-kubectl@15650b3ad78fff148532a140b8a4c821796b2d7b # v5.0.0 - - uses: azure/k8s-set-context@ae59a723ba9abe7a9655538854a025448dbab4aa # v4.0.2 + - uses: azure/k8s-set-context@89b837d75b40a7bd2ddafde837473c212db8b313 # v5.0.0 with: method: kubeconfig kubeconfig: ${{ secrets.KUBECONFIG }} diff --git a/.gitea/workflows/validate.yaml b/.gitea/workflows/validate.yaml index 0247291..d757db6 100644 --- a/.gitea/workflows/validate.yaml +++ b/.gitea/workflows/validate.yaml @@ -11,7 +11,7 @@ jobs: steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - uses: azure/setup-kubectl@15650b3ad78fff148532a140b8a4c821796b2d7b # v5.0.0 - - uses: azure/k8s-set-context@ae59a723ba9abe7a9655538854a025448dbab4aa # v4.0.2 + - uses: azure/k8s-set-context@89b837d75b40a7bd2ddafde837473c212db8b313 # v5.0.0 with: method: kubeconfig kubeconfig: ${{ secrets.KUBECONFIG }} @@ -24,7 +24,7 @@ jobs: steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - uses: azure/setup-kubectl@15650b3ad78fff148532a140b8a4c821796b2d7b # v5.0.0 - - uses: azure/k8s-set-context@ae59a723ba9abe7a9655538854a025448dbab4aa # v4.0.2 + - uses: azure/k8s-set-context@89b837d75b40a7bd2ddafde837473c212db8b313 # v5.0.0 with: method: kubeconfig kubeconfig: ${{ secrets.KUBECONFIG }} @@ -37,7 +37,7 @@ jobs: steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - uses: azure/setup-kubectl@15650b3ad78fff148532a140b8a4c821796b2d7b # v5.0.0 - - uses: azure/k8s-set-context@ae59a723ba9abe7a9655538854a025448dbab4aa # v4.0.2 + - uses: azure/k8s-set-context@89b837d75b40a7bd2ddafde837473c212db8b313 # v5.0.0 with: method: kubeconfig kubeconfig: ${{ secrets.KUBECONFIG }}