Skip to content

chore(deps): update all dependencies#1197

Merged
JounQin merged 1 commit into
masterfrom
renovate/all
Jun 14, 2026
Merged

chore(deps): update all dependencies#1197
JounQin merged 1 commit into
masterfrom
renovate/all

Conversation

@renovate

@renovate renovate Bot commented Jun 1, 2025

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Type Update Change
actions/checkout action major v4.2.2v6.0.3
actions/setup-node action major v4.4.0v6.4.0
actions/stale action major v9.1.0v10.3.0
autofix-ci/action action patch v1.3.2v1.3.4
codecov/codecov-action action major v5.4.3v7.0.0
node (source) major v2224

Release Notes

actions/checkout (actions/checkout)

v6.0.3

Compare Source

v6.0.2

Compare Source

v6.0.1

Compare Source

v6.0.0

Compare Source

v6

Compare Source

v5.0.1

Compare Source

What's Changed

Full Changelog: actions/checkout@v5...v5.0.1

v5.0.0

Compare Source

What's Changed
⚠️ Minimum Compatible Runner Version

v2.327.1
Release Notes

Make sure your runner is updated to this version or newer to use this release.

Full Changelog: actions/checkout@v4...v5.0.0

v5

Compare Source

v4.3.1

Compare Source

What's Changed

Full Changelog: actions/checkout@v4...v4.3.1

v4.3.0

Compare Source

What's Changed
New Contributors

Full Changelog: actions/checkout@v4...v4.3.0

actions/setup-node (actions/setup-node)

v6.4.0

Compare Source

v6.3.0

Compare Source

What's Changed

Enhancements:

When using node-version-file: package.json, setup-node now prefers devEngines.runtime over engines.node.

Dependency updates:
Bug fixes:

New Contributors

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

v6.2.0

Compare Source

v6.1.0

Compare Source

What's Changed

Enhancement:
Dependency updates:
Documentation update:

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

v6.0.0

Compare Source

What's Changed

Breaking Changes

Dependency Upgrades

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

v6

Compare Source

v5.0.0

Compare Source

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

v5

Compare Source

actions/stale (actions/stale)

v10.3.0

Compare Source

What's Changed

Bug Fix
Dependency Updates

New Contributors

Full Changelog: actions/stale@v10...v10.3.0

v10.2.0

Compare Source

v10.1.1

Compare Source

What's Changed

Bug Fix
Improvement
Dependency Upgrades

New Contributors

Full Changelog: actions/stale@v10...v10.1.1

v10.1.0

Compare Source

What's Changed

New Contributors

Full Changelog: actions/stale@v10...v10.1.0

v10.0.0

Compare Source

What's Changed

Breaking Changes
Enhancement
Dependency Upgrades
Documentation changes

New Contributors

Full Changelog: actions/stale@v9...v10.0.0

v10

Compare Source

autofix-ci/action (autofix-ci/action)

v1.3.4: autofix-ci/action 1.3.4

Compare Source

What's Changed

  • Update action to use Node 24

Full Changelog: autofix-ci/action@v1...v1.3.4

v1.3.3: autofix-ci/action 1.3.3

Compare Source

What's Changed

  • Move Autofix API from .ci to .com TLD.
    This aims to improve overall reliability (#​32). api.autofix.ci will remain available as an alias for the time being.

Full Changelog: autofix-ci/action@v1.3.2...v1.3.3

codecov/codecov-action (codecov/codecov-action)

v7.0.0

Compare Source

v7

Compare Source

v6.0.2

Compare Source

v6.0.1

Compare Source

What's Changed

Full Changelog: codecov/codecov-action@v6.0.0...v6.0.1

v6.0.0

Compare Source

⚠️ This version introduces support for node24 which make cause breaking changes for systems that do not currently support node24. ⚠️

What's Changed

Full Changelog: codecov/codecov-action@v5.5.4...v6.0.0

v6

Compare Source

v5.5.5

Compare Source

v5.5.4

Compare Source

This is a mirror of v5.5.2. v6 will be released which requires node24

What's Changed

Full Changelog: codecov/codecov-action@v5.5.3...v5.5.4

v5.5.3

Compare Source

What's Changed

Full Changelog: codecov/codecov-action@v5.5.2...v5.5.3

v5.5.2

Compare Source

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.5.1..v5.5.2

v5.5.1

Compare Source

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.5.0..v5.5.1

v5.5.0

Compare Source

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.3..v5.5.0

nodejs/node (node)

v24.16.0: 2026-05-21, Version 24.16.0 'Krypton' (LTS), @​aduh95

Compare Source

Notable Changes
  • [b267f6bca3] - (SEMVER-MINOR) crypto: implement randomUUIDv7() (nabeel378) #​62553
  • [ec2451b9cd] - (SEMVER-MINOR) debugger: add edit-free runtime expression probes to node inspect (Joyee Cheung) #​62713
  • [9705f628d9] - (SEMVER-MINOR) fs: add signal option to fs.stat() (Mert Can Altin) #​57775
  • [40ccfdecf9] - (SEMVER-MINOR) fs: expose frsize field in statfs (Jinho Jang) #​62277
  • [d7188af5c9] - (SEMVER-MINOR) http: harden ClientRequest options merge (Matteo Collina) #​63082
  • [aa1d8a9afc] - (SEMVER-MINOR) http: add req.signal to IncomingMessage (Akshat) #​62541
  • [6f37f7e240] - (SEMVER-MINOR) stream: propagate destruction in duplexPair (Ahmed Elhor) #​61098
  • [d14029be7f] - (SEMVER-MINOR) test_runner: support test order randomization (Pietro Marchini) #​61747
  • [d142c584cd] - (SEMVER-MINOR) test_runner: align mock timeout api (sangwook) #​62820
  • [01a9552585] - (SEMVER-MINOR) test_runner: add mock-timers support for AbortSignal.timeout (DeveloperViraj) #​60751
  • [00705a459a] - (SEMVER-MINOR) util: colorize text with hex colors (Guilherme Araújo) #​61556
Commits

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between 12:00 AM and 03:59 AM, on day 1 of the month (* 0-3 1 * *)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@changeset-bot

changeset-bot Bot commented Jun 1, 2025

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 9520680

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@coderabbitai

coderabbitai Bot commented Jun 1, 2025

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 3446a3f2-95e0-4af9-93a8-1da9c0183ecf

📥 Commits

Reviewing files that changed from the base of the PR and between 3c73270 and 9520680.

📒 Files selected for processing (6)
  • .github/workflows/autofix.yml
  • .github/workflows/ci.yml
  • .github/workflows/pkg-pr-new.yml
  • .github/workflows/release.yml
  • .github/workflows/stale.yml
  • .nvmrc

📝 Walkthrough

Walkthrough

Five GitHub Actions workflow files (.github/workflows/autofix.yml, ci.yml, pkg-pr-new.yml, release.yml, stale.yml) have their pinned action SHAs updated: actions/checkout to v6.0.3, actions/setup-node to v6.4.0, codecov/codecov-action to v7.0.0, autofix-ci/action to v1.3.4, and actions/stale to v10.3.0. The .nvmrc Node.js version is bumped from v22 to 24.

Changes

CI Toolchain Version Updates

Layer / File(s) Summary
Node.js version bump
.nvmrc
Node.js version changed from v22 to 24.
GitHub Actions pinned SHA updates
.github/workflows/autofix.yml, .github/workflows/ci.yml, .github/workflows/pkg-pr-new.yml, .github/workflows/release.yml, .github/workflows/stale.yml
Pinned commit SHAs updated: actions/checkout → v6.0.3, actions/setup-node → v6.4.0, codecov/codecov-action → v7.0.0, autofix-ci/action → v1.3.4, actions/stale → v10.3.0. No workflow logic, triggers, or step commands changed.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly related issues

  • Dependency Dashboard #1153: This PR implements the exact GitHub Actions and Node.js version updates tracked in the Renovate Dependency Dashboard referenced by that issue, including matching version upgrades for actions/checkout, actions/setup-node, codecov/codecov-action, autofix-ci/action, actions/stale, and the .nvmrc Node.js bump.

Possibly related PRs

  • prettier/prettier-eslint#1184: Updates the same workflow files (autofix.yml, pkg-pr-new.yml) with pinned GitHub Action revisions, directly related to this PR's changes in those same files.
  • prettier/prettier-eslint#1188: Adds Node.js 24 to the CI matrix, directly related to the .nvmrc bump to Node 24 in this PR.

Suggested labels

ci, dependencies

Poem

🐇 Hop, hop, hooray for versions new!
The actions are pinned, fresh through and through,
Node twenty-four hops into .nvmrc land,
Stale issues beware — v10 is at hand!
The rabbit updates all with a twitchy nose,
And off to the meadow, the pipeline goes! 🌿

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 inconclusive)

Check name Status Explanation Resolution
Title check ❓ Inconclusive The title 'chore(deps): update all dependencies' is vague and overly broad, failing to specify which dependencies were updated or highlight the most significant changes (major version upgrades to GitHub Actions and Node.js v22→v24). Consider a more specific title that highlights the major changes, such as 'chore(deps): upgrade GitHub Actions and Node.js to latest versions' or 'chore(deps): update to Node.js v24 and major Action versions'.
✅ Passed checks (4 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch renovate/all

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@codesandbox-ci

codesandbox-ci Bot commented Jun 1, 2025

Copy link
Copy Markdown

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

@pkg-pr-new

pkg-pr-new Bot commented Jun 1, 2025

Copy link
Copy Markdown

Open in StackBlitz

npm i https://pkg.pr.new/prettier-eslint@1197

commit: 9520680

@renovate renovate Bot force-pushed the renovate/all branch 3 times, most recently from f073458 to c014158 Compare June 10, 2025 08:11
@renovate renovate Bot changed the title chore(deps): update all dependencies fix(deps): update all dependencies Jun 10, 2025
@renovate renovate Bot force-pushed the renovate/all branch 2 times, most recently from b8d7c53 to a4f740b Compare June 18, 2025 16:48
@renovate renovate Bot force-pushed the renovate/all branch 2 times, most recently from a6d46f1 to 4e5983f Compare July 22, 2025 04:40
@renovate renovate Bot force-pushed the renovate/all branch 2 times, most recently from 4b9dca7 to 2e71c7c Compare July 31, 2025 22:37
@renovate renovate Bot force-pushed the renovate/all branch 3 times, most recently from dfbaa95 to 428763c Compare August 13, 2025 14:54
@renovate renovate Bot force-pushed the renovate/all branch 3 times, most recently from 95d1f27 to 3fa1250 Compare August 26, 2025 15:02
@renovate renovate Bot force-pushed the renovate/all branch 3 times, most recently from ba10f39 to 6c5e610 Compare August 31, 2025 10:07
@renovate renovate Bot force-pushed the renovate/all branch 4 times, most recently from 4a3ba31 to a96aa65 Compare September 24, 2025 14:54
@renovate renovate Bot force-pushed the renovate/all branch 4 times, most recently from 796206f to ea71356 Compare December 8, 2025 23:42
@renovate renovate Bot force-pushed the renovate/all branch 8 times, most recently from 081f1d8 to 1d05c5f Compare December 15, 2025 17:08
@renovate renovate Bot force-pushed the renovate/all branch 5 times, most recently from 21d48c9 to d9fe6bd Compare December 29, 2025 00:34
@renovate renovate Bot force-pushed the renovate/all branch 3 times, most recently from 436f999 to 1446fdd Compare January 3, 2026 00:43
@renovate renovate Bot force-pushed the renovate/all branch 5 times, most recently from f450af8 to 8f8437e Compare January 15, 2026 06:53
@JounQin

JounQin commented Jun 14, 2026

Copy link
Copy Markdown
Member

@coderabbitai review

@coderabbitai

coderabbitai Bot commented Jun 14, 2026

Copy link
Copy Markdown
✅ Action performed

Review finished.

Note: CodeRabbit is an incremental review system and does not re-review already reviewed commits. This command is applicable only when automatic reviews are paused.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant