Skip to content

Update dependency node to v24 - #4795

Open
red-hat-konflux[bot] wants to merge 1 commit into
masterfrom
konflux/mintmaker/master/node-24.x
Open

Update dependency node to v24#4795
red-hat-konflux[bot] wants to merge 1 commit into
masterfrom
konflux/mintmaker/master/node-24.x

Conversation

@red-hat-konflux

@red-hat-konflux red-hat-konflux Bot commented Aug 5, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change Pending
node uses-with major 22.23.224.18.1 24.19.0

Release Notes

actions/node-versions (node)

v24.18.1: 24.18.1

Compare Source

Node.js 24.18.1

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

To execute skipped test pipelines write comment /ok-to-test.


Documentation

Find out how to configure dependency updates in MintMaker documentation or see all available configuration options in Renovate documentation.

Summary by CodeRabbit

  • Chores
    • Updated the automated lockfile refresh workflow to run with Node.js 24.18.1.

Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
@coderabbitai

coderabbitai Bot commented Aug 5, 2026

Copy link
Copy Markdown
Contributor
📝 Walkthrough

Walkthrough

The Mintmaker lockfile refresh workflow now specifies Node.js 24.18.1 instead of 22.23.2.

Changes

Mintmaker workflow runtime

Layer / File(s) Summary
Update Mintmaker Node.js version
.github/workflows/build.yml
The Mintmaker lockfile refresh setup now uses Node.js 24.18.1.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Possibly related PRs

Suggested reviewers: g-duval

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly describes the Node.js dependency update from version 22 to version 24.
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.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch konflux/mintmaker/master/node-24.x

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

@coderabbitai coderabbitai 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.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In @.github/workflows/build.yml:
- Line 111: Align the Node.js version pin in the workflow with the tested
version configured by the admin-console build, updating the node-version entry
and the corresponding pom.xml installation pin so both use the same version.
🪄 Autofix

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Enterprise

Run ID: 29f54a11-9c81-4189-a8a4-e675cbe18a9b

📥 Commits

Reviewing files that changed from the base of the PR and between b7e2351 and f8f9757.

📒 Files selected for processing (1)
  • .github/workflows/build.yml

uses: actions/setup-node@v5
with:
node-version: 22.23.2
node-version: 24.18.1

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.

🗄️ Data Integrity & Integration | 🟠 Major | ⚡ Quick win

🧩 Analysis chain

🏁 Script executed:

workflow_version=$(awk '/node-version:/{print $2; exit}' .github/workflows/build.yml)
pom_version=$(sed -n 's:.*<nodeVersion>\(.*\)</nodeVersion>.*:\1:p' admin-console/pom.xml)
test "${workflow_version}" = "${pom_version#v}"

Repository: RedHatInsights/notifications-backend

Length of output: 174


🏁 Script executed:

printf '%s\n' '--- workflow context ---'
sed -n '96,118p' .github/workflows/build.yml
printf '%s\n' '--- pom context ---'
sed -n '20,45p' admin-console/pom.xml
printf '%s\n' '--- related version references ---'
rg -n --glob '!node_modules' --glob '!dist' --glob '!build' 'node-version|nodeVersion|24\.18\.1|22\.20\.0' .

Repository: RedHatInsights/notifications-backend

Length of output: 2839


Restore the Node.js version synchronization contract.

.github/workflows/build.yml uses 24.18.1, while admin-console/pom.xml installs v22.20.0. Set both pins to the same tested version.

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In @.github/workflows/build.yml at line 111, Align the Node.js version pin in
the workflow with the tested version configured by the admin-console build,
updating the node-version entry and the corresponding pom.xml installation pin
so both use the same version.

@larrymou9

Copy link
Copy Markdown
Collaborator

Performance Tests failed

PR #4795
Branch konflux/mintmaker/master/node-24.x
SHA f8f97574d9c4e9430cf09ae85bfcf8830b749ea0
Build #109
Image tested quay.io/redhat-user-workloads/hcc-integrations-tenant/notifications/notifications-backend:on-pr-f8f97574d9c4e9430cf09ae85bfcf8830b749ea0

Tests run: InsightsNotificationswebhook_runner · InsightsNotificationsgw_runner · InsightsNotificationsemail_runner

📊 Performance Results

InsightsNotificationsemail_runner

Metric Result Value Min Max
notifications-engine-service.restarts.sum ✅ PASS 0.000 0.000 0.000
notifications-connector-email-service.restarts.sum ✅ PASS 0.000 0.000 0.000
SUMMARY.total_rps ❌ FAIL 14.541 13.966 14.498
SUMMARY.median_response_time ✅ PASS 10.000 10.000 12.000
POST_notifications.avg_response_time ❌ FAIL 25.537 25.972 30.650
SUMMARY.num_failures ✅ PASS 0.000 0.000 0.000
SUMMARY.fail_ratio ✅ PASS 0.000 0.000 0.000

InsightsNotificationswebhook_runner

Metric Result Value Min Max
notifications-engine-service.restarts.sum ✅ PASS 0.000 0.000 0.000
notifications-connector-webhook-service.restarts.sum ✅ PASS 0.000 0.000 0.000
results.created_at.duration_stats.mean ✅ PASS 149.620 141.021 154.384
results.created_at.duration_stats.median ❌ FAIL 172.279 152.376 170.057
results.created_at.rps_stats.mean ✅ PASS 3.658 3.240 3.678
results.created_at.rps_stats.median ✅ PASS 2.900 2.900 3.200

InsightsNotificationsgw_runner

Metric Result Value Min Max
notifications-engine-service.restarts.sum ✅ PASS 0.000 0.000 0.000
notifications-gw-service.restarts.sum ✅ PASS 0.000 0.000 0.000
SUMMARY.total_rps ✅ PASS 14.215 14.105 14.599
SUMMARY.median_response_time ✅ PASS 12.000 10.000 12.000
POST_notifications.avg_response_time ✅ PASS 27.120 24.871 29.947
SUMMARY.num_failures ✅ PASS 0.000 0.000 0.000
SUMMARY.fail_ratio ✅ PASS 0.000 0.000 0.000

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