Skip to content

renovate: Pin all actions#49557

Merged
anomiex merged 1 commit into
trunkfrom
update/renovate-pin-all-actions
Jun 11, 2026
Merged

renovate: Pin all actions#49557
anomiex merged 1 commit into
trunkfrom
update/renovate-pin-all-actions

Conversation

@anomiex

@anomiex anomiex commented Jun 11, 2026

Copy link
Copy Markdown
Contributor

Proposed changes

PR #49456 set up renovate to pin all actions except actions/*. It has now come out that they intend to turn on GitHub's "require actions to be pinned" setting, which does not make an exception for those. We may as well get ahead of things and update renovate now.

Related product discussion/links

DEVPROD-1072#comment-440d38ac

Does this pull request change what data or activity we track or use?

No

Testing instructions

  • Run renovate using this branch and see what happens? Merge in a fork and run renovate there.

PR #49456 set up renovate to pin all actions except `actions/*`. It has
now come out that they intend to turn on GitHub's "require actions to be
pinned" setting, which does not make an exception for those. We may as
well get ahead of things and update renovate now.
@anomiex anomiex self-assigned this Jun 11, 2026
@anomiex anomiex requested a review from a team as a code owner June 11, 2026 13:22
@anomiex anomiex added [Status] Needs Review This PR is ready for review. [Pri] Normal labels Jun 11, 2026
@github-actions

Copy link
Copy Markdown
Contributor

Thank you for your PR!

When contributing to Jetpack, we have a few suggestions that can help us test and review your patch:

  • ✅ Include a description of your PR changes.
  • ✅ Add a "[Status]" label (In Progress, Needs Review, ...).
  • ✅ Add testing instructions.
  • ✅ Specify whether this PR includes any changes to data or privacy.
  • ✅ Add changelog entries to affected projects

This comment will be updated as you work on your PR and make changes. If you think that some of those checks are not needed for your PR, please explain why you think so. Thanks for cooperation 🤖


Follow this PR Review Process:

  1. Ensure all required checks appearing at the bottom of this PR are passing.
  2. Make sure to test your changes on all platforms that it applies to. You're responsible for the quality of the code you ship.
  3. You can use GitHub's Reviewers functionality to request a review.
  4. When it's reviewed and merged, you will be pinged in Slack to deploy the changes to WordPress.com simple once the build is done.

If you have questions about anything, reach out in #jetpack-developers for guidance!

@tbradsha tbradsha left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems reasonable. Let's give it a go.

Comment thread .github/renovate.json5
matchDepTypes: [ 'action' ],
matchUpdateTypes: [ 'minor', 'patch', 'pin', 'digest' ],
matchPackageNames: [ '!actions/**' ],
matchUpdateTypes: [ 'minor', 'patch', 'pin', 'digest', 'pinDigest' ],

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Took me a bit to figure this one out; it seems pinDigest is needed to switch things from non-digest to digest?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

More that "pinDigest" is what renovate sets the type to when switching things from non-digest to digest. Leaving it out makes it not match the grouping rule, so each package would get separate PRs instead (unless grouped by some other rule).

@anomiex anomiex merged commit 474ffff into trunk Jun 11, 2026
81 of 82 checks passed
@anomiex anomiex deleted the update/renovate-pin-all-actions branch June 11, 2026 14:52
@github-actions github-actions Bot removed the [Status] Needs Review This PR is ready for review. label Jun 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants