Skip to content

Update to node 24#47612

Merged
anomiex merged 3 commits intotrunkfrom
update/node-24
Mar 23, 2026
Merged

Update to node 24#47612
anomiex merged 3 commits intotrunkfrom
update/node-24

Conversation

@anomiex
Copy link
Copy Markdown
Contributor

@anomiex anomiex commented Mar 16, 2026

Proposed changes

We're getting ahead of Calypso this time; no one there is planning on this any time soon, and we have deps that are wanting it.

Other information

  • Generate changelog entries for this PR (using AI).

Related product discussion/links

p1769706223897989-slack-C02DQP0FP
p1773774386554299-slack-CDLH4C1UZ
P2 draft: pdWQjU-1x9-p2

Does this pull request change what data or activity we track or use?

No

Testing instructions

  • Stuff still work?

We're getting ahead of Calypso this time; no one there is planning on
this any time soon, and we have deps that are wanting it.
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Mar 16, 2026

Thank you for your PR!

When contributing to Jetpack, we have a few suggestions that can help us test and review your patch:

  • ✅ Include a description of your PR changes.
  • ✅ Add a "[Status]" label (In Progress, Needs Review, ...).
  • ✅ Add testing instructions.
  • ✅ Specify whether this PR includes any changes to data or privacy.
  • ✅ Add changelog entries to affected projects

This comment will be updated as you work on your PR and make changes. If you think that some of those checks are not needed for your PR, please explain why you think so. Thanks for cooperation 🤖


Follow this PR Review Process:

  1. Ensure all required checks appearing at the bottom of this PR are passing.
  2. Make sure to test your changes on all platforms that it applies to. You're responsible for the quality of the code you ship.
  3. You can use GitHub's Reviewers functionality to request a review.
  4. When it's reviewed and merged, you will be pinged in Slack to deploy the changes to WordPress.com simple once the build is done.

If you have questions about anything, reach out in #jetpack-developers for guidance!


Jetpack plugin:

The Jetpack plugin has different release cadences depending on the platform:

  • WordPress.com Simple releases happen as soon as you deploy your changes after merging this PR (PCYsg-Jjm-p2).
  • WoA releases happen weekly.
  • Releases to self-hosted sites happen monthly:
    • Scheduled release: March 31, 2026
    • Code freeze: March 31, 2026

If you have any questions about the release process, please ask in the #jetpack-releases channel on Slack.


Boost plugin:

No scheduled milestone found for this plugin.

If you have any questions about the release process, please ask in the #jetpack-releases channel on Slack.


Search plugin:

No scheduled milestone found for this plugin.

If you have any questions about the release process, please ask in the #jetpack-releases channel on Slack.


Social plugin:

No scheduled milestone found for this plugin.

If you have any questions about the release process, please ask in the #jetpack-releases channel on Slack.


Starter Plugin plugin:

No scheduled milestone found for this plugin.

If you have any questions about the release process, please ask in the #jetpack-releases channel on Slack.


Protect plugin:

No scheduled milestone found for this plugin.

If you have any questions about the release process, please ask in the #jetpack-releases channel on Slack.


Videopress plugin:

No scheduled milestone found for this plugin.

If you have any questions about the release process, please ask in the #jetpack-releases channel on Slack.


Super Cache plugin:

No scheduled milestone found for this plugin.

If you have any questions about the release process, please ask in the #jetpack-releases channel on Slack.


Classic Theme helper plugin plugin:

No scheduled milestone found for this plugin.

If you have any questions about the release process, please ask in the #jetpack-releases channel on Slack.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Mar 16, 2026

Are you an Automattician? Please test your changes on all WordPress.com environments to help mitigate accidental explosions.

  • To test on WoA, go to the Plugins menu on a WoA dev site. Click on the "Upload" button and follow the upgrade flow to be able to upload, install, and activate the Jetpack Beta plugin. Once the plugin is active, go to Jetpack > Jetpack Beta, select your plugin (Jetpack or WordPress.com Site Helper), and enable the update/node-24 branch.
  • To test on Simple, run the following command on your sandbox:
bin/jetpack-downloader test jetpack update/node-24
bin/jetpack-downloader test jetpack-mu-wpcom-plugin update/node-24

Interested in more tips and information?

  • In your local development environment, use the jetpack rsync command to sync your changes to a WoA dev blog.
  • Read more about our development workflow here: PCYsg-eg0-p2
  • Figure out when your changes will be shipped to customers here: PCYsg-eg5-p2

@jp-launch-control
Copy link
Copy Markdown

jp-launch-control bot commented Mar 16, 2026

Code Coverage Summary

This PR did not change code coverage!

That could be good or bad, depending on the situation. Everything covered before, and still is? Great! Nothing was covered before? Not so great. 🤷

Full summary · PHP report · JS report

@anomiex anomiex requested a review from jeherve as a code owner March 17, 2026 18:37
@github-actions github-actions bot added [Action] Repo Gardening Github Action: manage PR and issues in your Open Source project [JS Package] Critical Css Gen [Package] Explat [Package] Jetpack mu wpcom WordPress.com Features [Package] My Jetpack [Plugin] Boost A feature to speed up the site and improve performance. [Plugin] Classic Theme Helper Plugin [Plugin] Jetpack Issues about the Jetpack plugin. https://wordpress.org/plugins/jetpack/ [Plugin] Protect A plugin with features to protect a site: brute force protection, security scanning, and a WAF. [Plugin] Search A plugin to add an instant search modal to your site to help visitors find content faster. [Plugin] Social Issues about the Jetpack Social plugin [Plugin] Starter Plugin [Plugin] Super Cache A fast caching plugin for WordPress. [Plugin] VideoPress A standalone plugin to add high-quality VideoPress videos to your site. [Tests] Includes Tests Actions GitHub actions used to automate some of the work around releases and repository management E2E Tests RNA labels Mar 17, 2026
@anomiex anomiex added the [Status] Needs Review This PR is ready for review. label Mar 17, 2026
tbradsha
tbradsha previously approved these changes Mar 17, 2026
Copy link
Copy Markdown
Contributor

@tbradsha tbradsha left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems to work on my end.

if (
pkg.name === '@wordpress/e2e-test-utils-playwright' &&
pkg.peerDependencies?.[ '@types/node' ]?.startsWith( '^20.' )
! pkg.peerDependencies?.[ '@types/node' ]?.includes( '^24.' )
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.

I'm surprised it's just these two. If it were more, I'd probably lean toward having an array and using includes.

@anomiex anomiex merged commit 1394b7c into trunk Mar 23, 2026
99 checks passed
@anomiex anomiex deleted the update/node-24 branch March 23, 2026 13:51
@github-actions github-actions bot removed the [Status] Needs Review This PR is ready for review. label Mar 23, 2026
vianasw pushed a commit that referenced this pull request Mar 23, 2026
We're getting ahead of Calypso this time: no one there is planning on
this any time soon, and we have deps that are wanting it.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

[Action] Repo Gardening Github Action: manage PR and issues in your Open Source project Actions GitHub actions used to automate some of the work around releases and repository management E2E Tests [JS Package] Critical Css Gen [Package] Explat [Package] Jetpack mu wpcom WordPress.com Features [Package] My Jetpack [Plugin] Boost A feature to speed up the site and improve performance. [Plugin] Classic Theme Helper Plugin [Plugin] Jetpack Issues about the Jetpack plugin. https://wordpress.org/plugins/jetpack/ [Plugin] Protect A plugin with features to protect a site: brute force protection, security scanning, and a WAF. [Plugin] Search A plugin to add an instant search modal to your site to help visitors find content faster. [Plugin] Social Issues about the Jetpack Social plugin [Plugin] Starter Plugin [Plugin] Super Cache A fast caching plugin for WordPress. [Plugin] VideoPress A standalone plugin to add high-quality VideoPress videos to your site. [Pri] Normal RNA [Tests] Includes Tests [Type] Janitorial

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants