Skip to content

chore(deps): bump the actions group with 2 updates - #80

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/actions-901392d03b
Open

chore(deps): bump the actions group with 2 updates#80
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/actions-901392d03b

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the actions group with 2 updates: actions/checkout and actions/setup-node.

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

Commits

Updates actions/setup-node from 6.4.0 to 7.0.0

Release notes

Sourced from actions/setup-node's releases.

v7.0.0

What's Changed

Enhancements:

Bug fixes:

Documentation updates:

Dependency update:

New Contributors

Full Changelog: actions/setup-node@v6...v7.0.0

v6.5.0

What's Changed

Full Changelog: actions/setup-node@v6.4.0...v6.5.0

Commits
  • 8207627 Migrate to ESM and upgrade dependencies (#1574)
  • 04be95c Add cache-primary-key and cache-matched-key as outputs (#1577)
  • 7c2c68d docs: Update caching recommendations to mitigate cache poisoning risks (#1567)
  • 6a61c03 Merge pull request #1569 from jasongin/update-actions-cache-5.1.0
  • 30eb73b Resolve high-severity audit issues
  • 4e1a87a Update dist
  • 360237f Strict equality
  • 4f8aac5 Bump @​actions/cache to 5.1.0, log cache write denied
  • f4a67bb Only use mirrorToken in getManifest if it's provided (#1548)
  • 0355742 Remove dummy NODE_AUTH_TOKEN export (#1558)
  • Additional commits viewable in compare view

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 2 updates: [actions/checkout](https://github.com/actions/checkout) and [actions/setup-node](https://github.com/actions/setup-node).


Updates `actions/checkout` from 7.0.0 to 7.0.1
- [Release notes](https://github.com/actions/checkout/releases)
- [Commits](actions/checkout@v7...v7.0.1)

Updates `actions/setup-node` from 6.4.0 to 7.0.0
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v6.4.0...v7.0.0)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 7.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions
- dependency-name: actions/setup-node
  dependency-version: 7.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  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 Aug 1, 2026
@driver-digital-agents

Copy link
Copy Markdown

Dependabot PR #80 — Automated Build Verdict

Verdict: PASS

result.json reports overall: 0 with all three tracked commands succeeding: install=0, build=0, test=0 (npm as package manager).

Package / version bump

Not identifiable from these artifacts. build.log only shows the project's own package/version (@driver-digital/vite-plugin-shopify-clean@2.0.0) in the build step banner — it does not print which dependency Dependabot is bumping or its from/to version range. A human should check the PR diff (package.json/package-lock.json) directly for the actual bump.

What ran

  • Install (npm ci): succeeded — 211 packages added, 212 audited, in ~4s.
  • Build (npm run buildtsup src/index.ts --dts --format cjs,esm --target node20 --clean): succeeded. Produced dist/index.js (ESM, 4.03 KB), dist/index.cjs (CJS, 5.87 KB), and type declarations (dist/index.d.cts, dist/index.d.ts, 346 B each) in ~1.4s total.
  • Test (npm testvitest run): succeeded — 1 test file, 8/8 tests passed in 25ms.
  • Dev smoke: not present in the log. No dev-server/smoke-test step appears in build.log, and result.json's commands array only lists install, build, test. Treat dev-smoke as not run/not verified.

Risks for a human to check

  • npm audit flags 4 vulnerabilities (1 low, 3 high) post-install. The log doesn't show whether these are new (introduced by this bump) or pre-existing — worth a quick npm audit diff against the base branch before merging.
  • Since the actual dependency/version being bumped isn't visible in these artifacts, confirm via the PR's file diff that the bump is within expected semver range and isn't a major/breaking version jump.
  • This validation ran in an unprivileged job per the task description — treat it as a signal, not a substitute for reviewing the PR diff itself.

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