Skip to content

chore(deps): bump actions/checkout from 6.0.2 to 6.0.3#13597

Merged
BagToad merged 1 commit into
trunkfrom
dependabot/github_actions/actions/checkout-6.0.3
Jun 5, 2026
Merged

chore(deps): bump actions/checkout from 6.0.2 to 6.0.3#13597
BagToad merged 1 commit into
trunkfrom
dependabot/github_actions/actions/checkout-6.0.3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 5, 2026

Copy link
Copy Markdown
Contributor

Bumps actions/checkout from 6.0.2 to 6.0.3.

Release notes

Sourced from actions/checkout's releases.

v6.0.3

What's Changed

New Contributors

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

Changelog

Sourced from actions/checkout's changelog.

Changelog

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

v4.2.0

v4.1.7

... (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 6.0.2 to 6.0.3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@de0fac2...df4cb1c)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 6.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jun 5, 2026
@dependabot dependabot Bot requested a review from a team as a code owner June 5, 2026 14:04
@dependabot dependabot Bot requested a review from BagToad June 5, 2026 14:04
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jun 5, 2026

@BagToad BagToad left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Audit summary (generated)

Looked at how we use actions/checkout and at the actual v6.0.2 → v6.0.3 source diff. The release is narrowly scoped to SHA-256 git repo support:

  • Accept 64-char SHA refs
  • Detect repo object format from commit SHA or via a new GET /repos/{owner}/{repo}/hash-algorithm call
  • Run git init --object-format=sha256 only when the repo is SHA-256
  • Expand the merge-commit regex to match 40- or 64-char hex

action.yml is unchanged (still node24) and there are no bundled dep changes.

Impact on us: None of our 13 invocations are affected. Both cli/cli and cli.github.com are SHA-1 repos, so the new git init --object-format path isn't taken, and the default checkout infers SHA-1 from \${{ github.sha }} without hitting the new API. The docs deployment's cross-repo checkout could call the new hash-algorithm endpoint, but failures fall back to SHA-1. None of the params we use (fetch-depth, path, token, persist-credentials, submodules) changed semantics.

LGTM.

@BagToad BagToad merged commit db66865 into trunk Jun 5, 2026
40 checks passed
@BagToad BagToad deleted the dependabot/github_actions/actions/checkout-6.0.3 branch June 5, 2026 15:52
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