44.55.0
renovatebot/renovate44.55.0Sep 1, 2026by github-actions[bot]
AI Summary
Major feature release adding Bun support and refactoring npm manager internals.
Key Highlights
- Add support for bun in the `packageManager` field
- Rename internal `managerData.pnpmShrinkwrap` to `pnpmLockFile`
- Convert tools/check to Commander
New Features
- Add support for bun in the `packageManager` field
- Update ghcr.io/renovatebot/base-image docker tag to v13.94.0
Full Release Notes
## [44.55.0](https://github.com/renovatebot/renovate/compare/44.54.0...44.55.0) (2026-09-01) ### Features * **deps:** update ghcr.io/renovatebot/base-image docker tag to v13.94.0 (main) ([#45600](https://github.com/renovatebot/renovate/issues/45600)) ([d4ac9fc](https://github.com/renovatebot/renovate/commit/d4ac9fc6ee30ba4d2e9253b2aba001e94e29f74d)) * **manager/npm:** add support for bun in the `packageManager` field ([#45572](https://github.com/renovatebot/renovate/issues/45572)) ([24c56f9](https://github.com/renovatebot/renovate/commit/24c56f9caecdc70060bf64a49d7dbaf14772bcde)) ### Bug Fixes * **datasource/jsr:** accept scopes shorter than the JSR registration minimum ([#45547](https://github.com/renovatebot/renovate/issues/45547)) ([78f4d9a](https://github.com/renovatebot/renovate/commit/78f4d9a8a00328b3156fdf789317d4e1cadbd7d9)) ### Documentation * **mend-hosted:** updates to environment variables and arbitrary scripts ([#45496](https://github.com/renovatebot/renovate/issues/45496)) ([8b89b34](https://github.com/renovatebot/renovate/commit/8b89b3415fda826ad6268db7555bd22da317df3b)) ### Miscellaneous Chores * **deps:** update docker/setup-qemu-action action to v4.3.0 (main) ([#45594](https://github.com/renovatebot/renovate/issues/45594)) ([d481d33](https://github.com/renovatebot/renovate/commit/d481d33bcd38cd6e6076fcf524f9470309f55760)) ### Code Refactoring * **manager/npm:** rename internal `managerData.pnpmShrinkwrap` to `pnpmLockFile` ([#45390](https://github.com/renovatebot/renovate/issues/45390)) ([ef60dfc](https://github.com/renovatebot/renovate/commit/ef60dfcdeee7a75602a370c8baae6b0b09d06b8f)) * **tools/check:** convert to Commander ([#45596](https://github.com/renovatebot/renovate/issues/45596)) ([739f430](https://github.com/renovatebot/renovate/commit/739f43027c4d0293155bf4baa426f2e42dc561ed)), closes [#43528](https://github.com/renovatebot/renovate/issues/43528) ### Continuous Integration * check for `Closes #<discussion>` ([#45462](https://github.com/renovatebot/renovate/issues/45462)) ([bf37a4a](https://github.com/renovatebot/renovate/commit/bf37a4abaa7bfe1d30d072df3ba67d6dfd845caa)) * ensure scripts in `.github/` are linted ([#45593](https://github.com/renovatebot/renovate/issues/45593)) ([135dd45](https://github.com/renovatebot/renovate/commit/135dd45e7e0641f5f4ea13c2de816bea07183f4b)), closes [#45462](https://github.com/renovatebot/renovate/issues/45462)