Skip to content

github actions (deps): bump actions/checkout from 5 to 6 in the github-dependencies group#271

Merged
tomknapp merged 2 commits into
masterfrom
dependabot/github_actions/github-dependencies-76468cb07f
Mar 6, 2026
Merged

github actions (deps): bump actions/checkout from 5 to 6 in the github-dependencies group#271
tomknapp merged 2 commits into
masterfrom
dependabot/github_actions/github-dependencies-76468cb07f

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Dec 1, 2025

Copy link
Copy Markdown
Contributor

Bumps the github-dependencies group with 1 update: actions/checkout.

Updates actions/checkout from 5 to 6

Release notes

Sourced from actions/checkout's releases.

v6.0.0

What's Changed

Full Changelog: actions/checkout@v5.0.0...v6.0.0

v6-beta

What's Changed

Updated persist-credentials to store the credentials under $RUNNER_TEMP instead of directly in the local git config.

This requires a minimum Actions Runner version of v2.329.0 to access the persisted credentials for Docker container action scenarios.

v5.0.1

What's Changed

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

Changelog

Sourced from actions/checkout's changelog.

Changelog

V6.0.0

V5.0.1

V5.0.0

V4.3.1

V4.3.0

v4.2.2

v4.2.1

v4.2.0

v4.1.7

v4.1.6

v4.1.5

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Dec 1, 2025
@dependabot dependabot Bot force-pushed the dependabot/github_actions/github-dependencies-76468cb07f branch from d526d0d to 9756c1d Compare December 9, 2025 16:33
@dependabot dependabot Bot force-pushed the dependabot/github_actions/github-dependencies-76468cb07f branch 2 times, most recently from d28f70b to f1c0088 Compare December 29, 2025 09:08
@dependabot dependabot Bot force-pushed the dependabot/github_actions/github-dependencies-76468cb07f branch 2 times, most recently from 3e1d6b4 to c3dc489 Compare January 19, 2026 09:52
@dependabot dependabot Bot force-pushed the dependabot/github_actions/github-dependencies-76468cb07f branch from c3dc489 to 55368b1 Compare January 26, 2026 09:30
@dependabot dependabot Bot force-pushed the dependabot/github_actions/github-dependencies-76468cb07f branch 2 times, most recently from 4d099b5 to 517158b Compare February 9, 2026 09:26
@dependabot dependabot Bot force-pushed the dependabot/github_actions/github-dependencies-76468cb07f branch from 517158b to 65ec923 Compare February 16, 2026 09:07
@dependabot dependabot Bot force-pushed the dependabot/github_actions/github-dependencies-76468cb07f branch from 65ec923 to 6841e81 Compare February 23, 2026 09:17
@tomknapp tomknapp force-pushed the dependabot/github_actions/github-dependencies-76468cb07f branch from 6841e81 to c736985 Compare March 5, 2026 16:53
@tomknapp

tomknapp commented Mar 5, 2026

Copy link
Copy Markdown
Contributor

@dependabot recreate

Bumps the github-dependencies group with 1 update: [actions/checkout](https://github.com/actions/checkout).

Updates `actions/checkout` from 5 to 6
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v5...v6)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/github_actions/github-dependencies-76468cb07f branch from c736985 to 3a05465 Compare March 5, 2026 17:33
@tomknapp

tomknapp commented Mar 6, 2026

Copy link
Copy Markdown
Contributor

The repository should be safe to use actions/checkout@v6**. The breaking changes around credential storage won't impact these workflows because:

  • No Docker containers are used
  • Credentials are either disabled or not explicitly relied upon
  • Standard GitHub-hosted runners are used (which should be up-to-date)

The GitHub workflows that use actions/checkout@v6 have successfully run as part of the PR checks

@tomknapp tomknapp merged commit 1a4c387 into master Mar 6, 2026
17 checks passed
@tomknapp tomknapp deleted the dependabot/github_actions/github-dependencies-76468cb07f branch March 6, 2026 17:00
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 github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant