Renovate 43 is coming #40026
Replies: 3 comments
|
See also: There will be a "holiday lull" until the end-of-year #40027 |
Breaking changes for 43Allowlisting required for "unsafe commands" #40684Note This should only affect you if you work with repositories that have a Gradle Wrapper. Prior to Renovate 43, when performing updates in a repository that used Gradle, Renovate would execute the Gradle Wrapper ( This is a well-documented "insider attack" risk that could lead to remote code execution in the context of the Renovate process, as execution of the Gradle buildscript:
This can occur during updates to the Gradle wrapper or using Gradle's Dependency Verification Metadata when updating Gradle dependencies. As of Renovate 43, this long-standing risk is disabled by default to make Renovate more "secure by default". Self-hosted administrators can re-enable this using the global self-hosted configuration
|
| Tool | Version |
|---|---|
| Bundler | 4.0.4 |
| Dotnet | 10.0.102 |
| Helm | v4.1.0 |
| PHP | 8.5.2 |
| Pipenv | 2026.0.3 |
| Ruby | 4.0.1 |
Commentary for 43
There aren't any big changes as part of this release to call out - this is a fairly "routine" major version, where we're doing a little cleanup, making some improvements to be "secure by default", and updating our default tool versions.
Deprecations
As part of this release, we want to make you aware of deprecated features which will be removed as of Renovate 44:
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
(Aside: I meant to get around to posting this ~last week - but better late than never!)
Renovate 43 is coming
In January, we'll be releasing the next major version of Renovate.
The changes that definitely will ship as part of this are:
globalOnlyoptions fromrenovate-schema.json#38728allowedUnsafeExecutions = []#39459There are currently a few other potential changes called out in the milestone for 43 that may be included.
This isn't planning to be too significant an upgrade, but wanted to drop an FYI out there.
All reactions