Is there an existing issue for this?
Package ecosystem
npm
Package manager version
11.7.0 (dependabot) vs 11.6.2 (default node24 npm)
Language version
NodeJs 24
Manifest location and content before the Dependabot update
No response
dependabot.yml content
No response
Updated dependency
No response
What you expected to see, versus what you actually saw
Dependabot uses npm 11.7.0 and nodejs24, meanwhile nodejs 24 ships with npm 11.6.2 by default right now.
They produce different lock files when running npm install (see npm/cli#8431).
Our dependabot PRs fail then because we run our jenkins tests with npm ci, so the build fails.
Native package manager behavior
No response
Images of the diff or a link to the PR, issue, or logs
No response
Smallest manifest that reproduces the issue
No response
Is there an existing issue for this?
Package ecosystem
npm
Package manager version
11.7.0 (dependabot) vs 11.6.2 (default node24 npm)
Language version
NodeJs 24
Manifest location and content before the Dependabot update
No response
dependabot.yml content
No response
Updated dependency
No response
What you expected to see, versus what you actually saw
Dependabot uses npm 11.7.0 and nodejs24, meanwhile nodejs 24 ships with npm 11.6.2 by default right now.
They produce different lock files when running npm install (see npm/cli#8431).
Our dependabot PRs fail then because we run our jenkins tests with npm ci, so the build fails.
Native package manager behavior
No response
Images of the diff or a link to the PR, issue, or logs
No response
Smallest manifest that reproduces the issue
No response