Skip to content

chore(deps): bump actions/checkout from 4 to 7 - #344

Closed
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/github_actions/develop/actions/checkout-7
Closed

chore(deps): bump actions/checkout from 4 to 7#344
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/github_actions/develop/actions/checkout-7

Conversation

@dependabot

@dependabotdependabotBot commented on behalf of githubJul 16, 2026

Copy link
Copy Markdown
Contributor

Bumps actions/checkout from 4 to 7.

Release notes

Sourced from actions/checkout's releases.

v7.0.0

What's Changed

New Contributors

Full Changelog: actions/checkout@v6.0.3...v7.0.0

v6.0.3

What's Changed

New Contributors

Full Changelog: actions/checkout@v6...v6.0.3

v6.0.2

What's Changed

Full Changelog: actions/checkout@v6.0.1...v6.0.2

v6.0.1

What's Changed

Full Changelog: actions/checkout@v6...v6.0.1

v6.0.0

What's Changed

... (truncated)

Changelog

Sourced from actions/checkout's changelog.

Changelog

v7.0.0

v6.0.3

v6.0.2

v6.0.1

v6.0.0

v5.0.1

v5.0.0

v4.3.1

v4.3.0

v4.2.2

v4.2.1

... (truncated)

Commits

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 [actions/checkout](https://github.com/actions/checkout) from 4 to 7.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4...v7)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '7'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
@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 36 / 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/actions/checkout-7 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>
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