Skip to content

chore(deps): bump azure/setup-helm from 4 to 5 - #346

Closed
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/github_actions/develop/azure/setup-helm-5
Closed

chore(deps): bump azure/setup-helm from 4 to 5#346
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/github_actions/develop/azure/setup-helm-5

Conversation

@dependabot

@dependabotdependabotBot commented on behalf of githubJul 16, 2026

Copy link
Copy Markdown
Contributor

Bumps azure/setup-helm from 4 to 5.

Release notes

Sourced from azure/setup-helm's releases.

v5.0.0

Changed

v4.3.1

Changed

Added

v4.3.0

  • #152 feat: log when restoring from cache
  • #157 Dependencies Update
  • #137 Add dependabot

v4.2.0

  • #124 Fix OS detection and download OS-native archive extension

v4.1.0

  • #130 switches to use Helm published file to read latest version instead of using GitHub releases
Changelog

Sourced from azure/setup-helm's changelog.

[4.3.0] - 2025-02-15

  • #152 feat: log when restoring from cache
  • #157 Dependencies Update
  • #137 Add dependabot

[4.2.0] - 2024-04-15

  • #124 Fix OS detection and download OS-native archive extension

[4.1.0] - 2024-03-01

  • #130 switches to use Helm published file to read latest version instead of using GitHub releases

[4.0.0] - 2024-02-12

  • #121 update to node20 as node16 is deprecated
Commits
  • 9bc31f4 build
  • 95ecf49 Bump version to 5.0.1 and update CHANGELOG with recent changes (#287)
  • 4180b1c Bump the actions group with 2 updates (#285)
  • 6949b7f Bump undici (#284)
  • 51ce767 Bump actions/checkout in /.github/workflows in the actions group (#286)
  • d6da4f4 Bump the actions group with 5 updates (#283)
  • 7e2bc10 Bump actions/checkout in /.github/workflows in the actions group (#280)
  • 64d6be9 Bump the actions group with 2 updates (#279)
  • 69214f9 fix: use chmod 755 instead of 777 for downloaded helm binary and folder (#278)
  • 9dad99f Bump vitest from 4.1.7 to 4.1.8 in the actions group (#277)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [azure/setup-helm](https://github.com/azure/setup-helm) from 4 to 5.
- [Release notes](https://github.com/azure/setup-helm/releases)
- [Changelog](https://github.com/Azure/setup-helm/blob/main/CHANGELOG.md)
- [Commits](Azure/setup-helm@v4...v5)
---
updated-dependencies:
- dependency-name: azure/setup-helm
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotBot added the work-type:tech-debt Refactor / cleanup, no behavior change label Jul 16, 2026
@dependabot@github

dependabotBot commented on behalf of githubJul 16, 2026

Copy link
Copy Markdown
ContributorAuthor

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@LukasWodka

Copy link
Copy Markdown
Contributor

👋 Heads-up — Code review queue is at 37 / 30

Above the WIP limit. The team convention is to review existing PRs before opening new work.

Open PRs currently in Code review (oldest first):

Pull from review before opening new work. (This is a nudge from the kanban WIP check, not a block.)

@saadqbal

Copy link
Copy Markdown
Collaborator

Superseded by #348, which bundles all 5 action bumps into one PR (avoids a conflict cascade across the shared workflow files) and — critically for #343 — keeps upload-artifact and download-artifact on the same major (v8), so the release artifact merge doesn't break. Closing.

@dependabot@github

dependabotBot commented on behalf of githubJul 16, 2026

Copy link
Copy Markdown
ContributorAuthor

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabotBot deleted the dependabot/github_actions/develop/azure/setup-helm-5 branch July 16, 2026 10:34
saadqbal added a commit that referenced this pull request Jul 16, 2026
Bundles the safe Dependabot action bumps into one PR to avoid a merge-conflict
cascade across the shared workflow files:
- actions/checkout 4 → 7 (#344)
- actions/setup-go 5 → 7 (#345)
- actions/setup-python 5 → 6 (#342)
- azure/setup-helm 4 → 5 (#346)
Deliberately NOT bumped: actions/download-artifact 7 → 8 (#343). upload-artifact
has no v8, so bumping download alone would leave the release.yml upload/download
pair on mismatched majors — held at the matched v7 pair until an upload v8 exists.
Workflow-only; no CLI change. actionlint clean.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
saadqbal added a commit that referenced this pull request Jul 16, 2026
ci: bump GitHub Actions (bundles #342#346, matches artifact majors)
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

work-type:tech-debtRefactor / cleanup, no behavior change

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@LukasWodka@saadqbal