Skip to content

chore(deps): bump actions/checkout from 6.1.0 to 7.0.1 - #26

Merged
masutaka merged 1 commit into
mainfrom
dependabot/github_actions/actions/checkout-7.0.1
Aug 11, 2026
Merged

masutaka merged 1 commit into
mainfrom
dependabot/github_actions/actions/checkout-7.0.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 11, 2026

Copy link
Copy Markdown

Bumps actions/checkout from 6.1.0 to 7.0.1.

Release notes

Sourced from actions/checkout's releases.

v7.0.1

What's Changed

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

v7.0.0

What's Changed

New Contributors

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

Changelog

Sourced from actions/checkout's changelog.

Changelog

v7.0.1

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 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.1.0 to 7.0.1.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@d23441a...3d3c42e)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 7.0.1
  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 Aug 11, 2026
@dependabot
dependabot Bot requested a review from masutaka as a code owner August 11, 2026 10:57
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Aug 11, 2026

@masutaka masutaka left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

Summary

  • Package: actions/checkout 6.1.0 → 7.0.1
  • Dependency type: CI dependency (GitHub Actions workflow)
  • Version change: major

Key findings

  • Breaking changes: Yes. v7.0.0 makes checking out fork PR code from pull_request_target / workflow_run fail by default (actions/checkout#2454). The new allow-unsafe-pr-checkout input (default: false) must be explicitly set to true to allow it. This repository's .github/workflows/ci.yml only triggers on push and pull_request; neither pull_request_target nor workflow_run is used anywhere (verified by grepping the whole repository). No impact.
  • Security: No linked Dependabot alert (0 open alerts). This is a plain version-update PR, not a security update. That said, the v7.0.0 change itself hardens against "pwn request" attacks, and v7.0.1 escapes values passed to git config --unset (actions/checkout#2530) — both move in a safer direction.
  • Supported versions: No change in runner requirements. It still runs on Node.js 24, same as the v6 line. v7 converted the implementation to ESM, but that is internal to the action and does not change anything on the workflow side.
  • CI status: shellcheck / actionlint / ghalint / dependency_review all pass. CodeQL (actions) was still pending at review time.
  • Cascading updates: None. The diff is a single line (+1 / -1) in .github/workflows/ci.yml.

Impact

The only change is the pinned SHA for checkout in the shellcheck job at .github/workflows/ci.yml:27, going from d23441a (v6.1.0) to 3d3c42e (v7.0.1). The existing with: persist-credentials: false setting remains valid; v7 does not change its behavior. There is zero impact on application code (the tfupdate-github-actions scripts themselves).

This is the only place in the repository that calls actions/checkout directly. The other jobs go through reusable workflows in masutaka/actions, so they are out of scope for this PR.

I also reviewed the upstream compare (d23441a...3d3c42e, 21 commits). It centers on the new src/unsafe-pr-checkout-helper.ts and its tests, the ESM migration, the eslint 9 migration, and dependency updates — all consistent with the release notes. The dist/index.js diff is large (+31411 / -27705), but that is explainable by the ESM conversion and the swapped bundled dependencies. I found no suspicious URLs, IP addresses, or obfuscated strings added.

The pinned SHA 3d3c42e5aac5ba805825da76410c181273ba90b1 matches the upstream v7.0.1 tag, and the commit signature is verified (reason: valid).

Conclusion

No issues.

Although this is a major version bump, the breaking change is limited to fork PR checkouts from pull_request_target / workflow_run, and this repository uses neither trigger. The diff is a single workflow line, and the pinned SHA matches the upstream tag with a verified signature. Safe to merge once CodeQL finishes.

@masutaka
masutaka merged commit 8f5a18e into main Aug 11, 2026
9 checks passed
@masutaka
masutaka deleted the dependabot/github_actions/actions/checkout-7.0.1 branch August 11, 2026 11:01
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