Skip to content

chore(ci): bump actions/setup-node from 4 to 6 - #42

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/actions/setup-node-6
Closed

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/actions/setup-node-6

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 30, 2026

Copy link
Copy Markdown

Bumps actions/setup-node from 4 to 6.

Release notes

Sourced from actions/setup-node's releases.

v6.0.0

What's Changed

Breaking Changes

Dependency Upgrades

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

v5.0.0

What's Changed

Breaking Changes

This update, introduces automatic caching when a valid packageManager field is present in your package.json. This aims to improve workflow performance and make dependency management more seamless. To disable this automatic caching, set package-manager-cache: false

steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v5
  with:
    package-manager-cache: false

Make sure your runner is on version v2.327.1 or later to ensure compatibility with this release. See Release Notes

Dependency Upgrades

New Contributors

Full Changelog: actions/setup-node@v4...v5.0.0

v4.4.0

... (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/setup-node](https://github.com/actions/setup-node) from 4 to 6.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v4...v6)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-version: '6'
  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 May 30, 2026
@dean0x dean0x closed this May 31, 2026
@dean0x
dean0x deleted the dependabot/github_actions/actions/setup-node-6 branch May 31, 2026 20:31
@dependabot @github

dependabot Bot commented on behalf of github May 31, 2026

Copy link
Copy Markdown
Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

dean0x added a commit that referenced this pull request Jul 18, 2026
## #85 — fmt --check summary stale
README documented `N would reformat, K failed`; fmt.rs:350 emits
`{changed} would reformat, {unchanged} unchanged, {failed} failed`.
Fix: add the missing `M unchanged` field to match actual output.

## #42 — --quiet family (one atomic fix to prevent re-divergence)
- Global --quiet help text carried a lint-only parenthetical that rendered
  in build/check/fmt/watch/init --help (global = true).
  New text is accurate for every subcommand: "Suppress status and
  diagnostic output; errors always print; exit codes unaffected".
- README CLI reference updated to match new binary output.
- Lint after_help example changed from "exit 2 on errors only" (implying
  exit 0 on warnings) to "exits 1 on warnings, 2 on errors".
- README lint --quiet example updated to match.
- Lint exit code table now explicitly states --quiet suppresses output
  but not exit codes (per ADR-004 three-tier safety model).

## #49 — rule count wrong in --help
Lint command description claimed "6 warning-level"; actual default
severities are 5 warn + 1 default-off. Fixed to "3 error-level,
5 warning-level, 1 default-off".

## #88 — <output>.map ambiguous
`<output>` can be read as the stem, implying `out.map` instead of
`out.md.map`. Changed to `<output-file>.map, e.g. -o out.md → out.md.map`
in both main.rs and README.

Co-Authored-By: Claude <noreply@anthropic.com>
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