Skip to content

Bump azure/setup-kubectl from 4 to 5#247

Open
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/github_actions/develop/azure/setup-kubectl-5
Open

Bump azure/setup-kubectl from 4 to 5#247
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/github_actions/develop/azure/setup-kubectl-5

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 29, 2026

Bumps azure/setup-kubectl from 4 to 5.

Release notes

Sourced from azure/setup-kubectl's releases.

v5.0.0

Changed

Added

v4.0.1

  • Remove erronious 'v' prefix on previous changelog for v4.0.0 that led to "vv4.0.0" tag issue
  • Dependabot fixes
Changelog

Sourced from azure/setup-kubectl's changelog.

[5.0.0] - 2026-03-25

Changed

Added

[4.0.1] - 2025-06-17

  • Remove erronious 'v' prefix on previous changelog for v4.0.0 that led to "vv4.0.0" tag issue
  • Dependabot fixes

[4.0.0] - 2024-01-30

Changed

  • #90 Migrate to node 20 as node 16 is deprecated
Commits
  • 15650b3 build
  • c8baf13 release: v5.0.0 — node24 upgrade and dependency updates (#240)
  • 5934a11 Bump github/codeql-action in /.github/workflows in the actions group (#237)
  • 06dc4a8 Bump undici from 6.23.0 to 6.24.1 (#235)
  • 2e986c3 Bump the actions group in /.github/workflows with 2 updates (#232)
  • 1dbc167 Update Node version from 20 to 24 in action.yml (#233)
  • 6c09a72 Bump minimatch (#230)
  • a7f5116 Bump the actions group across 1 directory with 2 updates (#229)
  • ef7e8f9 Replace cdn.dl.k8s.io with dl.k8s.io (#227) (#228)
  • 8fd7ec0 Bump undici and @​actions/http-client (#226)
  • 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-kubectl](https://github.com/azure/setup-kubectl) from 4 to 5.
- [Release notes](https://github.com/azure/setup-kubectl/releases)
- [Changelog](https://github.com/Azure/setup-kubectl/blob/main/CHANGELOG.md)
- [Commits](Azure/setup-kubectl@v4...v5)

---
updated-dependencies:
- dependency-name: azure/setup-kubectl
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file maintenance Any maintenance task on the project labels Mar 29, 2026
@dependabot dependabot bot requested a review from a team as a code owner March 29, 2026 19:32
@dependabot dependabot bot added maintenance Any maintenance task on the project dependencies Pull requests that update a dependency file labels Mar 29, 2026
@github-actions
Copy link
Copy Markdown
Contributor

The change involves updating the GitHub Actions workflow configuration used for setting up kubectl. It's a minor update that changes the version of the GitHub Action used from v4 to v5, supporting the latest enhancements or fixes provided by the upstream repository.

Walkthrough

  • Chore: Updated the setup-kubectl GitHub Action from version v4 to v5. Although not directly visible to end-users, this ensures the workflow benefits from the latest improvements, potentially yielding better reliability or new features in handling Kubernetes commands.

Model: gpt-4o-2024-08-06 | Prompt Tokens: 319 | Completion Tokens: 116

Copy link
Copy Markdown
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here's a thoughtful code review enhanced by AI assistance. Please note that some observations are AI-generated suggestions rather than definitive conclusions, so trust your expertise in deciding what applies to your project. You remain the primary decision-maker—AI simply offers additional perspective to support your development process.


Always critique what AI says. Do not let AI replace YOUR I.
Model: claude-sonnet-4-20250514 | Prompt Tokens: 901 | Completion Tokens: 243

Comment on lines 215 to 218
- name: Set up kubectl
uses: azure/setup-kubectl@v4
uses: azure/setup-kubectl@v5
with:
version: 'latest'
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good update to use the latest version of the azure/setup-kubectl action. However, consider pinning to a specific version instead of using 'latest' for the kubectl version to ensure reproducible builds and avoid potential breaking changes.

- name: Set up kubectl
  uses: azure/setup-kubectl@v5
  with:
    version: 'v1.28.0'  # or your preferred stable version

This approach provides better stability and predictability in your CI/CD pipeline.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file maintenance Any maintenance task on the project

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants