chore(deps): bump azure/setup-helm from 5.0.0 to 5.0.1#17
Open
dependabot[bot] wants to merge 1 commit into
Open
chore(deps): bump azure/setup-helm from 5.0.0 to 5.0.1#17dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
dependabot
Bot
force-pushed
the
dependabot/github_actions/azure/setup-helm-5.0.1
branch
from
July 6, 2026 11:40
751066e to
290c2a0
Compare
gm42
previously approved these changes
Jul 9, 2026
Contributor
|
@dependabot rebase |
dependabot
Bot
force-pushed
the
dependabot/github_actions/azure/setup-helm-5.0.1
branch
from
July 9, 2026 13:27
290c2a0 to
2f91507
Compare
Bumps [azure/setup-helm](https://github.com/azure/setup-helm) from 5.0.0 to 5.0.1. - [Release notes](https://github.com/azure/setup-helm/releases) - [Changelog](https://github.com/Azure/setup-helm/blob/main/CHANGELOG.md) - [Commits](Azure/setup-helm@dda3372...9bc31f4) --- updated-dependencies: - dependency-name: azure/setup-helm dependency-version: 5.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
fstr
force-pushed
the
dependabot/github_actions/azure/setup-helm-5.0.1
branch
from
July 15, 2026 08:06
2f91507 to
caa1ab0
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps azure/setup-helm from 5.0.0 to 5.0.1.
Release notes
Sourced from azure/setup-helm's releases.
Changelog
Sourced from azure/setup-helm's changelog.
... (truncated)
Commits
9bc31f4build95ecf49Bump version to 5.0.1 and update CHANGELOG with recent changes (#287)4180b1cBump the actions group with 2 updates (#285)6949b7fBump undici (#284)51ce767Bump actions/checkout in /.github/workflows in the actions group (#286)d6da4f4Bump the actions group with 5 updates (#283)7e2bc10Bump actions/checkout in /.github/workflows in the actions group (#280)64d6be9Bump the actions group with 2 updates (#279)69214f9fix: use chmod 755 instead of 777 for downloaded helm binary and folder (#278)9dad99fBump vitest from 4.1.7 to 4.1.8 in the actions group (#277)Note
Low Risk
Patch-level CI dependency bump with no application or chart logic changes; Helm remains pinned to v3.16.3.
Overview
Updates the pinned
azure/setup-helmGitHub Action from v5.0.0 to v5.0.1 (commit SHA) in the three Helm workflows: release, e2e test, and validate.The installed Helm CLI version stays
v3.16.3; only the action that downloads and installs Helm changes. Upstream 5.0.1 tightens permissions on the downloaded Helm binary (755 instead of 777) and fixes TypeScript 6.0 build issues inside the action itself.Reviewed by Cursor Bugbot for commit caa1ab0. Bugbot is set up for automated code reviews on this repo. Configure here.