Skip to content

chore(ci): bump actions/checkout from 4.3.1 to 6.0.3#28

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/actions/checkout-6
Closed

chore(ci): bump actions/checkout from 4.3.1 to 6.0.3#28
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/actions/checkout-6

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 21, 2026

Copy link
Copy Markdown

Bumps actions/checkout from 4.3.1 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

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

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

... (truncated)

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
  • df4cb1c Update changelog for v6.0.3 (#2446)
  • 1cce339 Fix checkout init for SHA-256 repositories (#2439)
  • 900f221 fix: expand merge commit SHA regex and add SHA-256 test cases (#2414)
  • 0c366fd Update changelog (#2357)
  • de0fac2 Fix tag handling: preserve annotations and explicit fetch-tags (#2356)
  • 064fe7f Add orchestration_id to git user-agent when ACTIONS_ORCHESTRATION_ID is set (...
  • 8e8c483 Clarify v6 README (#2328)
  • 033fa0d Add worktree support for persist-credentials includeIf (#2327)
  • c2d88d3 Update all references from v5 and v4 to v6 (#2314)
  • 1af3b93 update readme/changelog for v6 (#2311)
  • Additional commits viewable in compare view

@dependabot @github

dependabot Bot commented on behalf of github May 21, 2026

Copy link
Copy Markdown
Author

Labels

The following labels could not be found: dependencies, github-actions. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot Bot requested a review from a team as a code owner May 21, 2026 12:02
@github-actions github-actions Bot added the size/XS PR size: XS label May 21, 2026
Jerry-Xin
Jerry-Xin previously approved these changes May 21, 2026

@Jerry-Xin Jerry-Xin 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.

The PR is in scope and safely updates this repository’s CI checkout action from v4 to v6.

✅ Highlights

  • .github/workflows/ci.yml:46 keeps persist-credentials: false on the PR path-filter checkout, preserving the existing safer token behavior.
  • .github/workflows/ci.yml:76, .github/workflows/ci.yml:91, and .github/workflows/ci.yml:106 run on ubuntu-latest; no self-hosted runner compatibility issue is introduced.
  • The downstream CI steps only run Go setup/build/test/vet, so the actions/checkout@v6 credential persistence change does not affect the workflow.
  • git diff --check main...HEAD passed with no whitespace issues.

No blocking or non-blocking issues found.

lml2468
lml2468 previously approved these changes May 21, 2026

@lml2468 lml2468 left a comment

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.

Verdict: APPROVED

Dependabot bump: actions/checkout v4 → v6.0.2. CI green (Build/Test/Vet pass).

Verification:

  • SHA de0fac2e4500dabe0009e67214ff5f5447ce83dd matches actions/checkout@v6.0.2 tag ✅
  • 4 occurrences updated consistently ✅
  • Major version bump (v4→v6) with no CI regressions ✅

Non-blocking:

  • First usage pins to SHA (good), but the other 3 use floating tag @v6. Pre-existing inconsistency — not introduced by this PR. Consider pinning all to SHA in a follow-up for consistent supply chain posture.

LGTM.

@lml2468 lml2468 left a comment

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.

[APPROVE] — reviewer account matches PR author; flagging for a human maintainer to merge.

Bump actions/checkout v4 → v6 (skipping v5). Confirmed v6.0.2 is a real, published release. Dependabot correctly handles the mixed usage: SHA-pinned in the changes job (34e114...de0fac... # v6.0.2) and mutable-tag in build/test/vet (@v4@v6). All CI passing. No blockers.

🔵 Non-blocking: the two-major-version jump (v4→v6, no v5 intermediate) is intentional — v5 and v6 were both released by GitHub; Dependabot targets latest major, which is correct.

@dependabot dependabot Bot force-pushed the dependabot/github_actions/actions/checkout-6 branch 3 times, most recently from 2c14092 to b12e1fc Compare May 28, 2026 13:52
@dependabot dependabot Bot changed the title chore(ci): bump actions/checkout from 4 to 6 chore(ci): bump actions/checkout from 4.3.1 to 6.0.3 Jun 4, 2026
@dependabot dependabot Bot dismissed stale reviews from lml2468 and Jerry-Xin via 4c32df4 June 4, 2026 08:47
@dependabot dependabot Bot force-pushed the dependabot/github_actions/actions/checkout-6 branch 2 times, most recently from 4c32df4 to c2a2c16 Compare June 4, 2026 10:37
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.3.1 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@34e1148...df4cb1c)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/github_actions/actions/checkout-6 branch from c2a2c16 to edfadf1 Compare June 8, 2026 11:30
@dependabot @github

dependabot Bot commented on behalf of github Jun 8, 2026

Copy link
Copy Markdown
Author

Superseded by #70.

@dependabot dependabot Bot closed this Jun 8, 2026
@dependabot dependabot Bot deleted the dependabot/github_actions/actions/checkout-6 branch June 8, 2026 23:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size/XS PR size: XS

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants