FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Bump actions/setup-node from 6 to 7 in the github group across 1 directory by dependabot[bot] · Pull Request #230 · learningequality/le-utils · GitHub

Bump actions/setup-node from 6 to 7 in the github group across 1 directory - #230

Merged
rtibbles merged 1 commit into
mainfrom
dependabot/github_actions/github-eefdb6dedd
Aug 4, 2026
Merged

Bump actions/setup-node from 6 to 7 in the github group across 1 directory#230
rtibbles merged 1 commit into
mainfrom
dependabot/github_actions/github-eefdb6dedd

Conversation

dependabot Bot commented on behalf of github Aug 1, 2026
edited
Loading

Copy link
Copy Markdown
Contributor

Bumps the github group with 1 update in the / directory: actions/setup-node.

Updates actions/setup-node from 6 to 7

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

v6.4.0

What's Changed

Dependency updates:

New Contributors

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

v6.3.0

What's Changed

Enhancements:

... (truncated)

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 Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Aug 1, 2026

rtibblesbot commented Aug 1, 2026
edited
Loading

Copy link
Copy Markdown
Contributor

🔵 Review posted

Last updated: 2026-08-01 00:08 UTC

rtibblesbot 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.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

PR #230 — dependency update review.

Package: actions/setup-node v6 → v7 (grouped update github, single member)
Semver risk: Major
Type: CI/release tooling (not a runtime dependency)
CI: All file linting failing — pre-existing repo-wide drift, not caused by this bump. All Python unit-test jobs (3.6–3.14) pass.

Changelog

  • Breaking — dummy NODE_AUTH_TOKEN export removed (#1558). v6 always ran core.exportVariable('NODE_AUTH_TOKEN', process.env.NODE_AUTH_TOKEN || 'XXXXX-...'); v7 exports it only if already set. Upstream scopes the impact: legacy Yarn Classic and older Node/npm may fail, pnpm may warn — "npm Trusted Publishing (OIDC) is not affected, since it does not use NODE_AUTH_TOKEN."
  • Breaking — ESM migration (#1574). No changes to inputs, outputs, or behavior; action.yml at v7 still declares runs.using: 'node24', same as v6.
  • Deprecations: none.
  • Security: no CVEs for v7.0.0 itself; @actions/cache → 5.1.0 pulls security overrides for undici and fast-xml-parser. Not exercised — this workflow does not enable caching.
  • New peer deps / required inputs: none. Two additive outputs (cache-primary-key, cache-matched-key).

Compatibility

The only usage is .github/workflows/npm-publish.yml:15 (grep -rn setup-node .github/ returns one line). That workflow declares id-token: write # Required for npm trusted publishing (OIDC), and NODE_AUTH_TOKEN/NPM_TOKEN appear nowhere in the repo — a pure OIDC trusted-publishing setup, exactly the case upstream says is unaffected. No code changes required.

Notes

  • Unverifiable by CI. npm-publish.yml triggers only on release: published, so no check in this PR runs actions/setup-node. Green CI shows the bump breaks nothing else; it is not evidence that publishing still works. The first real test is the next release — if make release-npm fails at the auth step, the symptom is npm failing to resolve ${NODE_AUTH_TOKEN} from the generated .npmrc; revert to actions/setup-node@v6.
  • All file linting is unrelated. Every prek hook passes (including actionlint); the failure is the build hook regenerating js/package.json from the setuptools-scm version (0.2.18 → 0.2.19). PRs #231 and #202 fail with a byte-identical diff, so it blocks every open PR and should be fixed separately by committing the regenerated file.

@rtibblesbot's comments are generated by an LLM, and should be evaluated accordingly

How was this generated?

Ran a dependency-update review pipeline over the version bump:

  • Classified the bump by semver (patch / minor / major) and dependency type (production vs. development)
  • Extracted the changelog and release notes across the version range
  • Assessed compatibility with this project's usage and whether any code changes are required
  • Treated CI as the primary safety net
  • Scaled the review depth to the update's risk
  • Chose the verdict from semver risk, changelog findings, and CI status

rtibbles commented Aug 4, 2026

Copy link
Copy Markdown
Member

@dependabot rebase

Bumps the github group with 1 update in the / directory: [actions/setup-node](https://github.com/actions/setup-node).


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

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github
...

Signed-off-by: dependabot[bot] <support@github.com>
dependabot Bot changed the title Bump actions/setup-node from 6 to 7 in the github group Bump actions/setup-node from 6 to 7 in the github group across 1 directory Aug 4, 2026
dependabot Bot force-pushed the dependabot/github_actions/github-eefdb6dedd branch from 4f6250b to b386095 Compare August 4, 2026 04:27
rtibbles merged commit 6e827cc into main Aug 4, 2026
16 checks passed
dependabot Bot deleted the dependabot/github_actions/github-eefdb6dedd branch August 4, 2026 05:24
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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


Back | FazBrowse Home | New Git URL