Reproduction for Renovate issue 26151
Renovate creates PRs for Jenkins plugins that do not match the version constraints. It seems to be pulling the latest version regardless of what constraints have been set. For example, the dark-theme plugin requires Jenkins version 2.453.
However, when setting a constraint of <=2.452 in renovate.json, it still creates a PR for the latest version of the dark-theme plugin.
Renovate shouldn't be creating PRs for Jenkins plugins that have a "requiredCore" value that doesn't match the constraint.