📦 Update subpackage devDependencies (major)
Note: This PR body was truncated due to platform limits.
This PR contains the following updates:
| Package | Change | Age | Confidence | Update | Type | Package file |
|---|---|---|---|---|---|---|
| @rollup/plugin-node-resolve (source) | 15.3.0 -> 16.0.3 |
major | devDependencies | third_party/amp-toolbox-cache-url/package.json | ||
| actions/checkout | v4.2.1 -> v6.0.1 |
major | action | .github/workflows/update-session-issues.yml | ||
| actions/checkout | v4 -> v6 |
major | action | .github/workflows/moderator.yml | ||
| actions/setup-node | v4.0.4 -> v6.1.0 |
major | action | .github/workflows/status-page.yml | ||
| actions/upload-artifact | v4.4.3 -> v5.0.0 |
major | action | .github/workflows/scorecard.yml | ||
| github/codeql-action | v3.26.13 -> v4.31.7 |
major | action | .github/workflows/scorecard.yml | ||
| npm-run-all2 | 6.2.4 -> 8.0.4 |
major | devDependencies | third_party/amp-toolbox-cache-url/package.json |
See all other Renovate PRs on the Dependency Dashboard
How to resolve breaking changes
This PR may introduce breaking changes that require manual intervention. In such cases, you will need to check out this branch, fix the cause of the breakage, and commit the fix to ensure a green CI build. To check out and update this PR, follow the steps below:
# Check out the PR branch
git checkout -b renovate/major-subpackage-devdependencies main
git pull https://github.com/ampproject/amphtml.git renovate/major-subpackage-devdependencies
# Directly make fixes and commit them
amp lint --fix # For lint errors in JS files
amp prettify --fix # For prettier errors in non-JS files
# Edit source code in case of new compiler warnings / errors
# Push the changes to the branch
git push [email protected]:ampproject/amphtml.git renovate/major-subpackage-devdependencies:renovate/major-subpackage-devdependencies
Release Notes
rollup/plugins (@​rollup/plugin-node-resolve)
v16.0.3
2025-10-13
Bugfixes
- fix: resolve bare targets of package "imports" using export maps; avoid fileURLToPath(null) (#​1908)
v16.0.2
2025-10-04
Bugfixes
- fix: error thrown with empty entry (#​1893)
v16.0.1
2025-03-11
Bugfixes
- fix: add
ignoreSideEffectsForRootto exported interface (#​1841)
v16.0.0
2024-12-15
Breaking Changes
- feat!: set development or production condition (#​1823)
v15.3.1
2024-12-15
Updates
- refactor: replace
testwithincludes(#​1787)
actions/checkout (actions/checkout)
v6.0.1
v6.0.0
v5.0.1
What's Changed
- Port v6 cleanup to v5 by @​ericsciple in #​2301
Full Changelog: https://github.com/actions/checkout/compare/v5...v5.0.1
v5.0.0
What's Changed
- Update actions checkout to use node 24 by @​salmanmkc in #​2226
- Prepare v5.0.0 release by @​salmanmkc in #​2238
⚠️ 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: https://github.com/actions/checkout/compare/v4...v5.0.0
v4.3.1
What's Changed
- Port v6 cleanup to v4 by @​ericsciple in #​2305
Full Changelog: https://github.com/actions/checkout/compare/v4...v4.3.1
v4.3.0
What's Changed
- docs: update README.md by @​motss in #​1971
- Add internal repos for checking out multiple repositories by @​mouismail in #​1977
- Documentation update - add recommended permissions to Readme by @​benwells in #​2043
- Adjust positioning of user email note and permissions heading by @​joshmgross in #​2044
- Update README.md by @​nebuk89 in #​2194
- Update CODEOWNERS for actions by @​TingluoHuang in #​2224
- Update package dependencies by @​salmanmkc in #​2236
- Prepare release v4.3.0 by @​salmanmkc in #​2237
New Contributors
- @​motss made their first contribution in #​1971
- @​mouismail made their first contribution in #​1977
- @​benwells made their first contribution in #​2043
- @​nebuk89 made their first contribution in #​2194
- @​salmanmkc made their first contribution in #​2236
Full Changelog: https://github.com/actions/checkout/compare/v4...v4.3.0
v4.2.2
actions/setup-node (actions/setup-node)
v6.1.0
What's Changed
Enhancement:
- Remove always-auth configuration handling by @​priyagupta108 in #​1436
Dependency updates:
- Upgrade @​actions/cache from 4.0.3 to 4.1.0 by @​dependabot[bot] in #​1384
- Upgrade actions/checkout from 5 to 6 by @​dependabot[bot] in #​1439
- Upgrade js-yaml from 3.14.1 to 3.14.2 by @​dependabot[bot] in #​1435
Documentation update:
- Add example for restore-only cache in documentation by @​aparnajyothi-y in #​1419
Full Changelog: https://github.com/actions/setup-node/compare/v6...v6.1.0
v6.0.0
What's Changed
Breaking Changes
- Limit automatic caching to npm, update workflows and documentation by @​priyagupta108 in #​1374
Dependency Upgrades
- Upgrade ts-jest from 29.1.2 to 29.4.1 and document breaking changes in v5 by @​dependabot[bot] in #​1336
- Upgrade prettier from 2.8.8 to 3.6.2 by @​dependabot[bot] in #​1334
- Upgrade actions/publish-action from 0.3.0 to 0.4.0 by @​dependabot[bot] in #​1362
Full Changelog: https://github.com/actions/setup-node/compare/v5...v6.0.0
v5.0.0
What's Changed
Breaking Changes
- Enhance caching in setup-node with automatic package manager detection by @​priya-kinthali in #​1348
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
- Upgrade action to use node24 by @​salmanmkc in #​1325
Make sure your runner is on version v2.327.1 or later to ensure compatibility with this release. See Release Notes
Dependency Upgrades
- Upgrade @​octokit/request-error and @​actions/github by @​dependabot[bot] in #​1227
- Upgrade uuid from 9.0.1 to 11.1.0 by @​dependabot[bot] in #​1273
- Upgrade undici from 5.28.5 to 5.29.0 by @​dependabot[bot] in #​1295
- Upgrade form-data to bring in fix for critical vulnerability by @​gowridurgad in #​1332
- Upgrade actions/checkout from 4 to 5 by @​dependabot[bot] in #​1345
New Contributors
- @​priya-kinthali made their first contribution in #​1348
- @​salmanmkc made their first contribution in #​1325
Full Changelog: https://github.com/actions/setup-node/compare/v4...v5.0.0
v4.4.0
What's Changed
Bug fixes:
- Make eslint-compact matcher compatible with Stylelint by @​FloEdelmann in #​98
- Add support for indented eslint output by @​fregante in #​1245
Enhancement:
- Support private mirrors by @​marco-ippolito in #​1240
Dependency update:
- Upgrade @​action/cache from 4.0.2 to 4.0.3 by @​aparnajyothi-y in #​1262
New Contributors
- @​FloEdelmann made their first contribution in #​98
- @​fregante made their first contribution in #​1245
- @​marco-ippolito made their first contribution in #​1240
Full Changelog:Â https://github.com/actions/setup-node/compare/v4...v4.4.0
v4.3.0
What's Changed
Dependency updates
- Upgrade @​actions/glob from 0.4.0 to 0.5.0 by @​dependabot in #​1200
- Upgrade @​action/cache from 4.0.0 to 4.0.2 by @​gowridurgad in #​1251
- Upgrade @​vercel/ncc from 0.38.1 to 0.38.3 by @​dependabot in #​1203
- Upgrade @​actions/tool-cache from 2.0.1 to 2.0.2 by @​dependabot in #​1220
New Contributors
- @​gowridurgad made their first contribution in #​1251
Full Changelog: https://github.com/actions/setup-node/compare/v4...v4.3.0
v4.2.0
What's Changed
- Enhance workflows and upgrade publish-actions from 0.2.2 to 0.3.0 by @​aparnajyothi-y in #​1174
- Add recommended permissions section to readme by @​benwells in #​1193
- Configure Dependabot settings by @​HarithaVattikuti in #​1192
- Upgrade
@actions/cacheto^4.0.0by @​priyagupta108 in #​1191 - Upgrade pnpm/action-setup from 2 to 4 by @​dependabot in #​1194
- Upgrade actions/publish-immutable-action from 0.0.3 to 0.0.4 by @​dependabot in #​1195
- Upgrade semver from 7.6.0 to 7.6.3 by @​dependabot in #​1196
- Upgrade @​types/jest from 29.5.12 to 29.5.14 by @​dependabot in #​1201
- Upgrade undici from 5.28.4 to 5.28.5 by @​dependabot in #​1205
New Contributors
- @​benwells made their first contribution in #​1193
Full Changelog: https://github.com/actions/setup-node/compare/v4...v4.2.0
v4.1.0
What's Changed
- Resolve High Security Alerts by upgrading Dependencies by @​aparnajyothi-y in #​1132
- Upgrade IA Publish by @​Jcambass in #​1134
- Revise
isGheslogic by @​jww3 in #​1148 - Add architecture to cache key by @​pengx17 in #​843 This addresses issues with caching by adding the architecture (arch) to the cache key, ensuring that cache keys are accurate to prevent conflicts. Note: This change may break previous cache keys as they will no longer be compatible with the new format.
New Contributors
- @​jww3 made their first contribution in #​1148
- @​pengx17 made their first contribution in #​843
Full Changelog: https://github.com/actions/setup-node/compare/v4...v4.1.0
actions/upload-artifact (actions/upload-artifact)
v5.0.0
v4.6.2
What's Changed
- Update to use artifact 2.3.2 package & prepare for new upload-artifact release by @​salmanmkc in #​685
New Contributors
- @​salmanmkc made their first contribution in #​685
Full Changelog: https://github.com/actions/upload-artifact/compare/v4...v4.6.2
v4.6.1
What's Changed
- Update to use artifact 2.2.2 package by @​yacaovsnc in #​673
Full Changelog: https://github.com/actions/upload-artifact/compare/v4...v4.6.1
v4.6.0
What's Changed
- Expose env vars to control concurrency and timeout by @​yacaovsnc in #​662
Full Changelog: https://github.com/actions/upload-artifact/compare/v4...v4.6.0
v4.5.0
What's Changed
- fix: deprecated
Node.jsversion in action by @​hamirmahal in #​578 - Add new
artifact-digestoutput by @​bdehamer in #​656
New Contributors
- @​hamirmahal made their first contribution in #​578
- @​bdehamer made their first contribution in #​656
Full Changelog: https://github.com/actions/upload-artifact/compare/v4.4.3...v4.5.0
github/codeql-action (github/codeql-action)
v4.31.7
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
4.31.7 - 05 Dec 2025
- Update default CodeQL bundle version to 2.23.7. #​3343
See the full CHANGELOG.md for more information.
v4.31.6
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
4.31.6 - 01 Dec 2025
No user facing changes.
See the full CHANGELOG.md for more information.
v4.31.5
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
4.31.5 - 24 Nov 2025
- Update default CodeQL bundle version to 2.23.6. #​3321
See the full CHANGELOG.md for more information.
v4.31.4
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
4.31.4 - 18 Nov 2025
No user facing changes.
See the full CHANGELOG.md for more information.
v4.31.3
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
4.31.3 - 13 Nov 2025
- CodeQL Action v3 will be deprecated in December 2026. The Action now logs a warning for customers who are running v3 but could be running v4. For more information, see Upcoming deprecation of CodeQL Action v3.
- Update default CodeQL bundle version to 2.23.5. #​3288
See the full CHANGELOG.md for more information.
v4.31.2
v4.31.1
v4.31.0
v4.30.9
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
4.30.9 - 17 Oct 2025
- Update default CodeQL bundle version to 2.23.3. #​3205
- Experimental: A new
setup-codeqlaction has been added which is similar toinit, except it only installs the CodeQL CLI and does not initialize a database. Do not use this in production as it is part of an internal experiment and subject to change at any time. #​3204
See the full CHANGELOG.md for more information.
v4.30.8
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
4.30.8 - 10 Oct 2025
No user facing changes.
See the full CHANGELOG.md for more information.
v4.30.7
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
4.30.7 - 06 Oct 2025
- [v4+ only] The CodeQL Action now runs on Node.js v24. #​3169
See the full CHANGELOG.md for more information.
v3.31.7
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.31.7 - 05 Dec 2025
- Update default CodeQL bundle version to 2.23.7. #​3343
See the full CHANGELOG.md for more information.
v3.31.6
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.31.6 - 01 Dec 2025
No user facing changes.
See the full CHANGELOG.md for more information.
v3.31.5
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.31.5 - 24 Nov 2025
- Update default CodeQL bundle version to 2.23.6. #​3321
See the full CHANGELOG.md for more information.
v3.31.4
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.31.4 - 18 Nov 2025
No user facing changes.
See the full CHANGELOG.md for more information.
v3.31.3
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.31.3 - 13 Nov 2025
- CodeQL Action v3 will be deprecated in December 2026. The Action now logs a warning for customers who are running v3 but could be running v4. For more information, see Upcoming deprecation of CodeQL Action v3.
- Update default CodeQL bundle version to 2.23.5. #​3288
See the full CHANGELOG.md for more information.
v3.31.2
v3.31.1
v3.31.0
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.31.0 - 24 Oct 2025
- Bump minimum CodeQL bundle version to 2.17.6. #​3223
- When SARIF files are uploaded by the
analyzeorupload-sarifactions, the CodeQL Action automatically performs post-processing steps to prepare the data for the upload. Previously, these post-processing steps were only performed before an upload took place. We are now changing this so that the post-processing steps will always be performed, even when the SARIF files are not uploaded. This does not change anything for theupload-sarifaction. Foranalyze, this may affect Advanced Setup for CodeQL users who specify a value other thanalwaysfor theuploadinput. #​3222
See the full CHANGELOG.md for more information.
v3.30.9
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.30.9 - 17 Oct 2025
- Update default CodeQL bundle version to 2.23.3. #​3205
- Experimental: A new
setup-codeqlaction has been added which is similar toinit, except it only installs the CodeQL CLI and does not initialize a database. Do not use this in production as it is part of an internal experiment and subject to change at any time. #​3204
See the full CHANGELOG.md for more information.
v3.30.8
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.30.8 - 10 Oct 2025
No user facing changes.
See the full CHANGELOG.md for more information.
v3.30.7
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.30.7 - 06 Oct 2025
No user facing changes.
See the full CHANGELOG.md for more information.
v3.30.6
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.30.6 - 02 Oct 2025
- Update default CodeQL bundle version to 2.23.2. #​3168
See the full CHANGELOG.md for more information.
v3.30.5
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.30.5 - 26 Sep 2025
- We fixed a bug that was introduced in
3.30.4withupload-sarifwhich resulted in files without a.sarifextension not getting uploaded. #​3160
See the full CHANGELOG.md for more information.
v3.30.4
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.30.4 - 25 Sep 2025
- We have improved the CodeQL Action's ability to validate that the workflow it is used in does not use different versions of the CodeQL Action for different workflow steps. Mixing different versions of the CodeQL Action in the same workflow is unsupported and can lead to unpredictable results. A warning will now be emitted from the
codeql-action/initstep if different versions of the CodeQL Action are detected in the workflow file. Additionally, an error will now be thrown by the other CodeQL Action steps if they load a configuration file that was generated by a different version of thecodeql-action/initstep. #​3099 and #​3100 - We added support for reducing the size of dependency caches for Java analyses, which will reduce cache usage and speed up workflows. This will be enabled automatically at a later time. #​3107
- You can now run the latest CodeQL nightly bundle by passing
tools: nightlyto theinitaction. In general, the nightly bundle is unstable and we only recommend running it when directed by GitHub staff. #​3130 - Update default CodeQL bundle version to 2.23.1. #​3118
See the full CHANGELOG.md for more information.
v3.30.3
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.30.3 - 10 Sep 2025
No user facing changes.
See the full CHANGELOG.md for more information.
v3.30.2
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.30.2 - 09 Sep 2025
- Fixed a bug which could cause language autodetection to fail. #​3084
- Experimental: The
quality-queriesinput that was added in3.29.2as part of an internal experiment is now deprecated and will be removed in an upcoming version of the CodeQL Action. It has been superseded by a newanalysis-kindsinput, which is part of the same internal experiment. Do not use this in production as it is subject to change at any time. #​3064
See the full CHANGELOG.md for more information.
v3.30.1
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.30.1 - 05 Sep 2025
- Update default CodeQL bundle version to 2.23.0. #​3077
See the full CHANGELOG.md for more information.
v3.30.0
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.30.0 - 01 Sep 2025
- Reduce the size of the CodeQL Action, speeding up workflows by approximately 4 seconds. #​3054
See the full CHANGELOG.md for more information.
v3.29.11
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.29.11 - 21 Aug 2025
- Update default CodeQL bundle version to 2.22.4. #​3044
See the full CHANGELOG.md for more information.
v3.29.10
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.29.10 - 18 Aug 2025
No user facing changes.
See the full CHANGELOG.md for more information.
v3.29.9
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.29.9 - 12 Aug 2025
No user facing changes.
See the full CHANGELOG.md for more information.
v3.29.8
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.29.8 - 08 Aug 2025
- Fix an issue where the Action would autodetect unsupported languages such as HTML. #​3015
See the full CHANGELOG.md for more information.
v3.29.7
This is a re-release of v3.29.5 to mitigate an issue that was discovered with v3.29.6.
v3.29.6
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.29.6 - 07 Aug 2025
- The
cleanup-levelinput to theanalyzeAction is now deprecated. The CodeQL Action has written a limited amount of intermediate results to the database since version 2.2.5, and now automatically manages cleanup. #​2999 - Update default CodeQL bundle version to 2.22.3. #​3000
See the full CHANGELOG.md for more information.
v3.29.5
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.29.5 - 29 Jul 2025
- Update default CodeQL bundle version to 2.22.2. #​2986
See the full CHANGELOG.md for more information.
v3.29.4
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.29.4 - 23 Jul 2025
No user facing changes.
See the full CHANGELOG.md for more information.
v3.29.3
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.29.3 - 21 Jul 2025
No user facing changes.
See the full CHANGELOG.md for more information.
v3.29.2
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.29.2 - 30 Jun 2025
- Experimental: When the
quality-queriesinput for theinitaction is provided with an argument, separate.quality.sariffiles are produced and uploaded for each language with the results of the specified queries. Do not use this in production as it is part of an internal experiment and subject to change at any time. #​2935
See the full CHANGELOG.md for more information.
v3.29.1
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.29.1 - 27 Jun 2025
- Fix bug in PR analysis where user-provided
includequery filter fails to exclude non-included queries. #​2938 - Update default CodeQL bundle version to 2.22.1. #​2950
See the full CHANGELOG.md for more information.
v3.29.0
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.29.0 - 11 Jun 2025
- Update default CodeQL bundle version to 2.22.0. #​2925
- Bump minimum CodeQL bundle version to 2.16.6. #​2912
See the full CHANGELOG.md for more information.
v3.28.21
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.28.21 - 28 July 2025
No user facing changes.
See the full CHANGELOG.md for more information.
v3.28.20
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.28.20 - 21 July 2025
- Remove support for combining SARIF files from a single upload for GHES 3.18, see the changelog post. #​2959
See the full CHANGELOG.md for more information.
v3.28.19
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.28.19 - 03 Jun 2025
- The CodeQL Action no longer includes its own copy of the extractor for the
actionslanguage, which is currently in public preview. Theactionsextractor has been included in the CodeQL CLI since v2.20.6. If your workflow has enabled theactionslanguage and you have pinned yourtools:property to a specific version of the CodeQL CLI earlier than v2.20.6, you will need to update to at least CodeQL v2.20.6 or disableactionsanalysis. - Update default CodeQL bundle version to 2.21.4. #​2910
See the full CHANGELOG.md for more information.
v3.28.18
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.28.18 - 16 May 2025
- Update default CodeQL bundle version to 2.21.3. #​2893
- Skip validating SARIF produced by CodeQL for improved performance. #​2894
- The number of threads and amount of RAM used by CodeQL can now be set via the
CODEQL_THREADSandCODEQL_RAMrunner environment variables. If set, these environment variables override thethreadsandraminputs respectively. #​2891
See the full CHANGELOG.md for more information.
v3.28.17
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language p
Configuration
đź“… Schedule: Branch creation - "after 12am every weekday" in timezone America/Los_Angeles, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
â™» Rebasing: Never, 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.