Skip to content

Update dependency node to v24 - #610

Open
renovate[bot] wants to merge 1 commit into
developfrom
renovate/node-24.x
Open

Update dependency node to v24#610
renovate[bot] wants to merge 1 commit into
developfrom
renovate/node-24.x

Conversation

@renovate

@renovate renovate Bot commented Jun 14, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
node uses-with major 2224

Release Notes

actions/node-versions (node)

v24.18.0: 24.18.0

Compare Source

Node.js 24.18.0

v24.17.0: 24.17.0

Compare Source

Node.js 24.17.0

v24.16.0: 24.16.0

Compare Source

Node.js 24.16.0

v24.15.0: 24.15.0

Compare Source

Node.js 24.15.0

v24.14.1: 24.14.1

Compare Source

Node.js 24.14.1

v24.14.0: 24.14.0

Compare Source

Node.js 24.14.0

v24.13.1: 24.13.1

Compare Source

Node.js 24.13.1

v24.13.0: 24.13.0

Compare Source

Node.js 24.13.0

v24.12.0: 24.12.0

Compare Source

Node.js 24.12.0

v24.11.1: 24.11.1

Compare Source

Node.js 24.11.1

v24.11.0: 24.11.0

Compare Source

Node.js 24.11.0

v24.10.0: 24.10.0

Compare Source

Node.js 24.10.0

v24.9.0: 24.9.0

Compare Source

Node.js 24.9.0

v24.8.0: 24.8.0

Compare Source

Node.js 24.8.0

v24.7.0: 24.7.0

Compare Source

Node.js 24.7.0

v24.6.0: 24.6.0

Compare Source

Node.js 24.6.0

v24.5.0: 24.5.0

Compare Source

Node.js 24.5.0

v24.4.1: 24.4.1

Compare Source

Node.js 24.4.1

v24.4.0: 24.4.0

Compare Source

Node.js 24.4.0

v24.3.0: 24.3.0

Compare Source

Node.js 24.3.0

v24.2.0: 24.2.0

Compare Source

Node.js 24.2.0

v24.1.0: 24.1.0

Compare Source

Node.js 24.1.0

v24.0.2: 24.0.2

Compare Source

Node.js 24.0.2

v24.0.1: 24.0.1

Compare Source

Node.js 24.0.1

v24.0.0: 24.0.0

Compare Source

Node.js 24.0.0


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

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

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


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

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

@codacy-production

codacy-production Bot commented Jun 14, 2026

Copy link
Copy Markdown
Contributor

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

AI Reviewer: first review requested successfully. AI can make mistakes. Always validate suggestions.

Run reviewer

TIP This summary will be updated as you push new changes.

@codecov

codecov Bot commented Jun 14, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 62.32%. Comparing base (2e0770f) to head (9d98f82).

Additional details and impacted files
@@           Coverage Diff            @@
##           develop     #610   +/-   ##
========================================
  Coverage    62.32%   62.32%           
========================================
  Files          526      526           
  Lines        22959    22959           
  Branches      3560     3560           
========================================
  Hits         14310    14310           
  Misses        7418     7418           
  Partials      1231     1231           
Components Coverage Δ
Client 63.68% <ø> (ø)
Server 60.33% <ø> (ø)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@renovate
renovate Bot force-pushed the renovate/node-24.x branch 2 times, most recently from 5857ed9 to c6facce Compare June 24, 2026 03:50
@renovate
renovate Bot force-pushed the renovate/node-24.x branch from c6facce to 9d98f82 Compare July 12, 2026 12:45

@codacy-production codacy-production Bot 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.

Pull Request Overview

While the PR is technically up to standards according to quality analysis, it fails to meet the primary acceptance criterion. The current changes update the GitHub Action version (actions/setup-node@v6) rather than the Node.js runtime version. Consequently, the build workflow will continue to execute on the old runtime, leaving the intended upgrade unfulfilled.

About this PR

  • There is a systemic misalignment in this PR: the update was applied to the GitHub Action version instead of the Node.js runtime version. This prevents the project from achieving the desired dependency upgrade stated in the PR title.

Test suggestions

  • Verify that the CI workflow runs using Node.js version 24.
Prompt proposal for missing tests
Consider implementing these tests if applicable:
1. Verify that the CI workflow runs using Node.js version 24.

TIP Improve review quality by adding custom instructions
TIP How was this review? Give us feedback

Comment thread .github/workflows/build.yml Outdated

- name: Set up Node
uses: actions/setup-node@v4
uses: actions/setup-node@v6

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.

🔴 HIGH RISK

The PR intent is to update the Node.js runtime to version 24, but this change modifies the version of the 'actions/setup-node' action instead. The 'node-version' parameter (on line 26) is still set to '22'. To align with the requirements, the 'node-version' input should be updated.

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.

0 participants