Skip to content

chore(deps): bump actions/checkout from 6.0.2 to 7.0.0#787

Merged
andykenward merged 1 commit into
mainfrom
dependabot/github_actions/actions/checkout-6.0.3
Jun 24, 2026
Merged

chore(deps): bump actions/checkout from 6.0.2 to 7.0.0#787
andykenward merged 1 commit into
mainfrom
dependabot/github_actions/actions/checkout-6.0.3

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps actions/checkout from 6.0.2 to 7.0.0.

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

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 dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jun 12, 2026
@changeset-bot

changeset-bot Bot commented Jun 12, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 94b80f0

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

@dependabot dependabot Bot changed the title chore(deps): bump actions/checkout from 6.0.2 to 6.0.3 chore(deps): bump actions/checkout from 6.0.2 to 7.0.0 Jun 24, 2026
@dependabot dependabot Bot force-pushed the dependabot/github_actions/actions/checkout-6.0.3 branch 2 times, most recently from 88f2503 to ab93527 Compare June 24, 2026 07:27
@andykenward

Copy link
Copy Markdown
Owner

@dependabot recreate

Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.2 to 7.0.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@de0fac2...9c091bb)

---
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] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/github_actions/actions/checkout-6.0.3 branch from ab93527 to 94b80f0 Compare June 24, 2026 07:28
@andykenward

Copy link
Copy Markdown
Owner

@claude

@claude

claude Bot commented Jun 24, 2026

Copy link
Copy Markdown

Claude finished @andykenward's task in 1m 11s —— View job


Review: actions/checkout v6.0.2 → v7.0.0

  • Gather context on PR
  • Read changed workflow files
  • Analyze v7.0.0 security implications
  • Post review findings

Summary: Safe to merge. This is a clean 11-file update with no functional impact on this repo's workflows.

What changed

Every workflow pinned checkout was bumped from de0fac2e4500dabe0009e67214ff5f5447ce83dd #v6.0.2 to 9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 #v7.0.0. The pinning pattern (full commit SHA + version comment) is correct security practice — no issues there.

v7.0.0 Breaking Change: Fork PR Checkout Blocked

The headline change in v7.0.0 is blocking checkout of fork PRs for pull_request_target and workflow_run triggers. Checked all 11 workflows:

  • No workflows use pull_request_target — not affected.
  • release.yml uses workflow_run but only checks out the repo's own main branch (no ref pointing to a fork PR's ref) — not affected.
  • All other workflows use pull_request, push, issue_comment, etc. — not affected.

This security hardening is a net positive and doesn't change behavior for any workflow in this repo.

Other v7.0.0 changes

  • ESM module upgrade
  • Dependency bumps: flatted, js-yaml, @actions/core, @actions/tool-cache, uuid removed
  • SHA-256 git repository improvements (from v6.0.3, included here)

No concerns with any of these for this repo.

v6.0.3 (also included)

SHA-256 repository fixes — no impact either way for this repo.


Approve — straightforward dependency bump, no breaking changes for this repo's workflow patterns, and the security hardening in v7.0.0 is beneficial.

@andykenward andykenward merged commit 8577d25 into main Jun 24, 2026
7 checks passed
@andykenward andykenward deleted the dependabot/github_actions/actions/checkout-6.0.3 branch June 24, 2026 17:09
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