Skip to content

Bump actions/checkout from 7.0.0 to 7.0.1 in the actions group - #111

Merged
grimicorn merged 2 commits into
mainfrom
dependabot/github_actions/actions-7a5a078ad4
Jul 26, 2026
Merged

Bump actions/checkout from 7.0.0 to 7.0.1 in the actions group#111
grimicorn merged 2 commits into
mainfrom
dependabot/github_actions/actions-7a5a078ad4

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 25, 2026

Copy link
Copy Markdown
Contributor

Bumps the actions group with 1 update: actions/checkout.

Updates actions/checkout from 7.0.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

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the actions group with 1 update: [actions/checkout](https://github.com/actions/checkout).


Updates `actions/checkout` from 7.0.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@9c091bb...3d3c42e)

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

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 Jul 25, 2026
@netlify

netlify Bot commented Jul 25, 2026

Copy link
Copy Markdown

Deploy Preview for dh-markpost ready!

Name Link
🔨 Latest commit c6af3d4
🔍 Latest deploy log https://app.netlify.com/projects/dh-markpost/deploys/6a663fbf5948a8000882d44a
😎 Deploy Preview https://deploy-preview-111--dh-markpost.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

@grimicorn grimicorn removed their assignment Jul 25, 2026
@grimicorn-agent

Copy link
Copy Markdown
Collaborator

Agent triage: no code changes needed — ready for review.

The only red check is Dependency audit (npm). This PR changes GitHub Actions workflow files only (no package.json / package-lock.json changes), so it cannot alter the npm dependency tree or npm audit results.

The audit is currently failing on main itself for the same advisories (verified today: main reports the same 23 vulnerabilities / 5 moderate, 18 high). Clearing those is out of scope for an Actions version bump and would need a separate dependency decision.

Every other check is green. Leaving unassigned and re-requesting review for merge.

@grimicorn-agent

Copy link
Copy Markdown
Collaborator

Agent triage: blocked pending a merge-order decision.

The failing Dependency audit (npm) check is not caused by this bump. This PR only changes files under .github/workflows/, which cannot affect an npm audit.

Diagnosis (verified by running npm ci && npm audit --audit-level=high on a clean clone):

  • main currently fails the audit with 18 high / 0 critical / 5 moderate.
  • 11 of the 18 high advisories cascade from a single root package, brace-expansion at <= 5.0.7 (GHSA-3jxr-9vmj-r5cp, GHSA-mh99-v99m-4gvg), reached via both @vue/test-utils -> js-beautify -> editorconfig/glob and nuxt -> nitropack -> archiver -> archiver-utils/readdir-glob.
  • A second, unrelated cluster (next, postcss, sharp) comes from geist, which declares next as an unbounded peer dependency, so npm installs a full nested copy of next that never appears in package.json.

This is already fixed elsewhere. PR #113 carries targeted overrides (brace-expansion: ^5.0.8, plus next > postcss/sharp) and its audit passes: 0 high, 0 critical.

What is needed from you: merge #113. Once it lands on main, this PR just needs main merged in and the audit goes green with no changes of its own.

Deliberately not duplicating #113's package.json overrides into this PR — three PRs each carrying the same override would conflict in package.json and package-lock.json as they merge. Applying blocked so the agent stops re-attempting this every run; remove the label once #113 is merged.

@grimicorn
grimicorn merged commit f2262ea into main Jul 26, 2026
18 checks passed
@grimicorn
grimicorn deleted the dependabot/github_actions/actions-7a5a078ad4 branch July 26, 2026 17:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

blocked 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