Skip to content

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

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/github_actions/actions/checkout-7.0.1
Open

chore(deps): bump actions/checkout from 6.1.0 to 7.0.1#61
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/github_actions/actions/checkout-7.0.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 3, 2026

Copy link
Copy Markdown
Contributor

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

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)
- [Commits](actions/checkout@v6.1.0...v7.0.1)

---
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 Sep 3, 2026
Copilot AI balanced review requested due to automatic review settings September 3, 2026 21:35
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Sep 3, 2026

Copilot AI 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.

🟡 Changes recommended

Most edits conflict with the documented policy of using broad major action tags.

Once you've addressed the issues Copilot identified, you can request another Copilot review.

Pull request overview

Updates actions/checkout references to v7.0.1 across reusable workflows.

Changes:

  • Updates the SHA-pinned WordPress deployment checkout.
  • Changes existing @v7 references to patch-level @v7.0.1 tags.
File summaries
File Description
.github/workflows/wp-org-svn-deploy.yml Updates checkout’s pinned SHA.
.github/workflows/wp-gh-release-ops.yml Changes the checkout tag.
.github/workflows/npm-release-ops.yml Changes four checkout tags.
.github/workflows/js-ops.yml Changes two checkout tags.
.github/workflows/docker-ops.yml Changes seven checkout tags.
.github/workflows/_release.yml Changes two checkout tags.
.github/workflows/_dependabot-actions-review.yml Changes the automation checkout tag.
Review details

Suppressed comments (11)

.github/workflows/npm-release-ops.yml:224

  • This patch-level pin conflicts with the repository's explicit policy to prefer major action tags (docs/dependency-maintenance.md:8-19) and reintroduces routine patch/minor Dependabot churn. Keep the existing major tag here.
        uses: actions/checkout@v7.0.1

.github/workflows/npm-release-ops.yml:268

  • This patch-level pin conflicts with the repository's explicit policy to prefer major action tags (docs/dependency-maintenance.md:8-19) and reintroduces routine patch/minor Dependabot churn. Keep the existing major tag here.
        uses: actions/checkout@v7.0.1

.github/workflows/npm-release-ops.yml:316

  • This patch-level pin conflicts with the repository's explicit policy to prefer major action tags (docs/dependency-maintenance.md:8-19) and reintroduces routine patch/minor Dependabot churn. Keep the existing major tag here.
        uses: actions/checkout@v7.0.1

.github/workflows/js-ops.yml:595

  • This patch-level pin conflicts with the repository's explicit policy to prefer major action tags (docs/dependency-maintenance.md:8-19) and reintroduces routine patch/minor Dependabot churn. Keep the existing major tag here.
        uses: actions/checkout@v7.0.1

.github/workflows/docker-ops.yml:958

  • This patch-level pin conflicts with the repository's explicit policy to prefer major action tags (docs/dependency-maintenance.md:8-19) and reintroduces routine patch/minor Dependabot churn. Keep the existing major tag here.
        uses: actions/checkout@v7.0.1

.github/workflows/docker-ops.yml:1126

  • This patch-level pin conflicts with the repository's explicit policy to prefer major action tags (docs/dependency-maintenance.md:8-19) and reintroduces routine patch/minor Dependabot churn. Keep the existing major tag here.
        uses: actions/checkout@v7.0.1

.github/workflows/docker-ops.yml:1278

  • This patch-level pin conflicts with the repository's explicit policy to prefer major action tags (docs/dependency-maintenance.md:8-19) and reintroduces routine patch/minor Dependabot churn. Keep the existing major tag here.
        uses: actions/checkout@v7.0.1

.github/workflows/docker-ops.yml:1431

  • This patch-level pin conflicts with the repository's explicit policy to prefer major action tags (docs/dependency-maintenance.md:8-19) and reintroduces routine patch/minor Dependabot churn. Keep the existing major tag here.
        uses: actions/checkout@v7.0.1

.github/workflows/docker-ops.yml:1680

  • This patch-level pin conflicts with the repository's explicit policy to prefer major action tags (docs/dependency-maintenance.md:8-19) and reintroduces routine patch/minor Dependabot churn. Keep the existing major tag here.
        uses: actions/checkout@v7.0.1

.github/workflows/docker-ops.yml:1848

  • This patch-level pin conflicts with the repository's explicit policy to prefer major action tags (docs/dependency-maintenance.md:8-19) and reintroduces routine patch/minor Dependabot churn. Keep the existing major tag here.
        uses: actions/checkout@v7.0.1

.github/workflows/_release.yml:176

  • This patch-level pin conflicts with the repository's explicit policy to prefer major action tags (docs/dependency-maintenance.md:8-19) and reintroduces routine patch/minor Dependabot churn. Keep the existing major tag here.
        uses: actions/checkout@v7.0.1
  • Files reviewed: 7/7 changed files
  • Comments generated: 6
  • Review effort level: Balanced

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

steps:
- name: Checkout repository
uses: actions/checkout@v7
uses: actions/checkout@v7.0.1

- name: Checkout
uses: actions/checkout@v7
uses: actions/checkout@v7.0.1

- name: Checkout code
uses: actions/checkout@v7
uses: actions/checkout@v7.0.1
steps:
- name: Checkout code
uses: actions/checkout@v7
uses: actions/checkout@v7.0.1
steps:
- name: Checkout code
uses: actions/checkout@v7
uses: actions/checkout@v7.0.1
steps:
- name: Checkout
uses: actions/checkout@v7
uses: actions/checkout@v7.0.1
@udx-github

Copy link
Copy Markdown

Safe to merge: Major bump actions/checkout 6.1.0 -> 7.0.1; no deterministic risk terms found in Dependabot release notes Changed files: .github/workflows/_dependabot-actions-review.yml, .github/workflows/_release.yml, .github/workflows/docker-ops.yml, .github/workflows/js-ops.yml, .github/workflows/npm-release-ops.yml, .github/workflows/wp-gh-release-ops.yml, .github/workflows/wp-org-svn-deploy.yml.

Classification: safe.

@udx-github
udx-github enabled auto-merge (squash) September 4, 2026 06:18

@udx-github udx-github 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.

Approved by Dependabot Actions review automation.

@udx-github udx-github 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.

Approved by Dependabot Actions review automation.

@udx-github udx-github 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.

Approved by Dependabot Actions review automation.

@udx-github udx-github 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.

Approved by Dependabot Actions review automation.

@udx-github udx-github 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.

Approved by Dependabot Actions review automation.

@udx-github udx-github 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.

Approved by Dependabot Actions review automation.

@udx-github udx-github 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.

Approved by Dependabot Actions review automation.

@udx-github udx-github 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.

Approved by Dependabot Actions review automation.

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