Skip to content

chore(deps): bump actions/checkout from 5.0.0 to 6.0.0#647

Merged
andykenward merged 1 commit into
mainfrom
dependabot/github_actions/actions/checkout-6.0.0
Nov 25, 2025
Merged

chore(deps): bump actions/checkout from 5.0.0 to 6.0.0#647
andykenward merged 1 commit into
mainfrom
dependabot/github_actions/actions/checkout-6.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Nov 23, 2025

Copy link
Copy Markdown
Contributor

Bumps actions/checkout from 5.0.0 to 6.0.0.

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

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 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 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 5.0.0 to 6.0.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@08c6903...1af3b93)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 6.0.0
  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 github_actions Pull requests that update GitHub Actions code labels Nov 23, 2025
@changeset-bot

changeset-bot Bot commented Nov 23, 2025

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 2965c5d

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@andykenward andykenward requested a review from Copilot November 25, 2025 21:45

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

This PR updates the actions/checkout GitHub Action from version 5.0.0 to 6.0.0 across all workflow files. Version 6.0.0 introduces a change in how credentials are persisted (stored in $RUNNER_TEMP instead of local git config) and adds Node.js 24 support.

Key changes:

  • Updated commit hash reference from 08c6903cd8c0fde910a37f88322edcfb5dd907a8 to 1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
  • Updated version comment from #v5.0.0 to #v6.0.0

Reviewed changes

Copilot reviewed 7 out of 7 changed files in this pull request and generated no comments.

Show a summary per file
File Description
.github/workflows/update.yml Updated checkout action to v6.0.0 in two workflow jobs
.github/workflows/test.yml Updated checkout action to v6.0.0 in test job
.github/workflows/release.yml Updated checkout action to v6.0.0 in release job
.github/workflows/deploy.yml Updated checkout action to v6.0.0 in deploy job
.github/workflows/deploy-delete.yml Updated checkout action to v6.0.0 in delete deployment job
.github/workflows/codeql.yml Updated checkout action to v6.0.0 in CodeQL analysis job
.github/workflows/check-dist.yml Updated checkout action to v6.0.0 in distribution check job

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@andykenward andykenward merged commit 9df5dcd into main Nov 25, 2025
7 checks passed
@andykenward andykenward deleted the dependabot/github_actions/actions/checkout-6.0.0 branch November 25, 2025 21:48
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.

2 participants