Skip to content

Update GitHub Actions - #631

Open
oep-renovate[bot] wants to merge 1 commit into
masterfrom
renovate/github-actions
Open

Update GitHub Actions#631
oep-renovate[bot] wants to merge 1 commit into
masterfrom
renovate/github-actions

Conversation

@oep-renovate

@oep-renovate oep-renovate Bot commented Aug 1, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
ghcr.io/renovatebot/renovate (source) major 43.285.344.5.3
github/codeql-action action patch v4.37.3v4.37.4
pypa/gh-action-pypi-publish action patch v1.14.1v1.14.2
renovatebot/github-action action minor v46.1.21v46.2.0
renovatebot/renovate major 43.285.344.5.3

Release Notes

renovatebot/renovate (ghcr.io/renovatebot/renovate)

v44.5.3

Compare Source

Miscellaneous Chores
Build System

v44.5.2

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v13.78.8 (main) (#​45004) (022f765)
Miscellaneous Chores

v44.5.1

Compare Source

Miscellaneous Chores
Build System

v44.5.0

Compare Source

Features

v44.4.6

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v13.78.7 (main) (#​44986) (d1d254c)

v44.4.5

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v13.78.6 (main) (#​44983) (4c7bb14)

v44.4.4

Compare Source

Build System
  • deps: update dependency google-auth-library to v10.9.1 (main) (#​44982) (58ce6fa)

v44.4.3

Compare Source

Build System

v44.4.2

Compare Source

Build System

v44.4.1

Compare Source

Miscellaneous Chores
Build System

v44.4.0

Compare Source

Features
Bug Fixes
Documentation
Miscellaneous Chores

v44.3.3

Compare Source

Bug Fixes
  • composer: detect already-updated lockfile updates for dev dependencies (#​44805) (98b7710)

v44.3.2

Compare Source

Bug Fixes
  • manager/mise: use semver versioning for cargo backend crates (#​44966) (97fcec1)

v44.3.1

Compare Source

Bug Fixes
Miscellaneous Chores

v44.3.0

Compare Source

Features
Miscellaneous Chores

v44.2.3

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v13.78.5 (main) (#​44960) (17951d4)

v44.2.2

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v13.78.4 (main) (#​44938) (6c536e4)
Documentation
Miscellaneous Chores

v44.2.1

Compare Source

Build System

v44.2.0

Compare Source

Features
  • github-actions: support UpCloudLtd/upcloud-cli-action ver input (#​44947) (fdd3d02)

v44.1.0

Compare Source

Features
Miscellaneous Chores
Continuous Integration

v44.0.1

Compare Source

Code Refactoring
Build System

v44.0.0

Compare Source

[!IMPORTANT]
This release was incorrectly flagged as a major bump.
Now it is released, we will - unfortunately - have to continue on the 44.x release train.
For more details, see the announcement on GitHub.

Features

v43.288.0

Compare Source

Features

v43.287.0

Compare Source

Features
Bug Fixes
  • github: include commitTrailers in platform-native commits (#​44918) (d32e38e)
Miscellaneous Chores

v43.286.1

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v13.78.1 (main) (#​44932) (648b7a8)

v43.286.0

Compare Source

Features
  • deps: update ghcr.io/renovatebot/base-image docker tag to v13.78.0 (main) (#​44931) (db1b150)
Miscellaneous Chores
Build System

v43.285.7

Compare Source

Bug Fixes
Code Refactoring

v43.285.6

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v13.77.9 (main) (#​44919) (18c59f8)

v43.285.5

Compare Source

Bug Fixes
Documentation
  • manager: indicate where lockFileMaintenance runs external commands (#​44914) (5ffc308)
Miscellaneous Chores
Code Refactoring
  • move checkMinimumReleaseAge to lib/util/minimum-release-age.ts (#​44904) (5173de0)

v43.285.4

Compare Source

Build System
github/codeql-action (github/codeql-action)

v4.37.4

Compare Source

  • This version of the CodeQL Action adds support for the tools input for the codeql-action/init step to be specified using a github-codeql-tools repository property. This feature will gradually be rolled out following the release of this version. Once rolled out, this allows for the CodeQL CLI version that is used in GitHub-managed workflows, such as Default Setup, to be set to a custom value. For example, customers who run into issues with rate limits when a new CodeQL CLI version is released can set the value to toolcache to always use the CodeQL CLI version that is available in the runner toolcache. For Advanced Setup workflows, the value provided for tools in the workflow definition always takes precedence unless the value of the repository property starts with !. #​4037
  • Update default CodeQL bundle version to 2.26.2. #​4051
pypa/gh-action-pypi-publish (pypa/gh-action-pypi-publish)

v1.14.2

Compare Source

This one probably won't touch you visibly so just bookmark @​webknjaz's EuroPython 2026 “AI” slop rant for when it's published on YouTube or encourage him to come back with more to share next year!

🛠️ Urgh… Another release!? Again? Explain yourself!

Looking at the diff, you'll only witness updates across the dependency tree. That's it! It's not a security fix or anything like that even, no. But you'll want this update.

[!tip]
So what most people will find useful is @​takluyver💰's update of Twine to v7 that we use internally (#​416). This version will let them upload their sdists and wheels containing core packaging metadata v2.5 to (Test)PyPI.

🧐 Tell me why..
The rest of the updates bump things related to pypi-attestations and sigstore, which has the most interesting backstory here. @​facutuesca💰 sent a patch in #​417 but a bunch more helped out.

TL;DR non-pure-python projects with C-extensions tend to have dozens (sometimes hundreds) wheels to upload to PyPI per release. They are often quite big and take time to transfer over the network. People started noticing problems and coming up with DIY sharding workarounds like aio-libs/aiohttp#13226 around July 23.
On this date, projects with a good amount of bytes to publish would start getting timeouts 5 minutes after the PyPI publishing job begun. The same job that worked just fine before.

I had to start pinging upstream library and ecosystem people, on GitHub and privately, to start making sense of what was happening. Eventually, we collectively concluded that GitHub must've shortened the lifetime of their OIDC identity — it seems to have used to be 10 minutes long (at some point in the past) and is now 5 minutes, apparently. It's not documented clearly, and we have not been able to get any clarity by attempting to contact GitHub through private channels, using personal connections.

Over the course of investigation, @​facutuesca💰 found and fixed a related underlying cache invalidation bug in sigstore/sigstore-python#1838, which he then coordinated propagation through the dependency chain updates in sigstore-python, pypi-attestations, gh-action-pypi-publish and gh-action-sigstore-python.

Mike's also discovered that Sigstore's Rekor slowdown seems to have become the main contributing cause of the last week's incident. He's collected some data to support this claim: https://publishing-five-minute-timeout.tiiny.site.

Edge Cake XKCD feels just like this release
🫶 New Contributors

🪞 Full Diff: pypa/gh-action-pypi-publish@v1.14.1...v1.14.2

🧔‍♂️ Release Manager: @​webknjaz 🇺🇦

🙏 Special Thanks to @​davidbrochart💰 and @​Dreamsorcerer💰 for turning my attention (in #​415 and in private) to the newly surfaced corner case in GitHub's behavior that only affected a narrow category of projects while many others remained blissfully unaware. @​bdraco💰 came up with a DIY sharding workaround for aiohttp that served as a demo for other projects. @​miketheman💰 confirmed the Warehouse-side details. Also, @​jku💰 and @​woodruffw💰 helped work through, review and release the Sigstore ecosystem upstream libs.

💬 Discuss on Bluesky 🦋, on Mastodon 🐘 and on GitHub.

GH Sponsors badge

renovatebot/github-action (renovatebot/github-action)

v46.2.0

Compare Source

Features
  • deps: Update ghcr.io/renovatebot/renovate Docker tag to v44 (#​1067) (efa6654)
Documentation
  • update references to renovatebot/github-action to v46.1.21 (66c62f6)
Miscellaneous Chores
  • deps: update dependency lint-staged to v17.1.1 (403000c)
  • deps: update dependency prettier to v3.9.6 (6787cf2)
  • deps: update dependency typescript-eslint to v8.65.0 (656e12f)
Continuous Integration
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.283.0 (560e916)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.284.0 (92c373e)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.284.1 (b0f9fee)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.285.0 (bfb9d5d)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.285.3 (91ba9dc)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.285.4 (e41061b)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.285.6 (e8a7a1c)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.285.7 (7a22a55)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.286.0 (7590e1e)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.286.1 (cae6616)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.287.0 (#​1066) (4f87158)

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • On day 1 of the month (* * 1 * *)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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 has been generated by Mend Renovate.

@oep-renovate
oep-renovate Bot requested a review from a team as a code owner August 1, 2026 03:07
@github-actions github-actions Bot added the build Related to build scripts label Aug 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

build Related to build scripts

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants