Skip to content

chore(deps): update github actions non-major#689

Merged
gjtorikian merged 1 commit into
mainfrom
renovate/github-actions-non-major
Jul 16, 2026
Merged

chore(deps): update github actions non-major#689
gjtorikian merged 1 commit into
mainfrom
renovate/github-actions-non-major

Conversation

@renovate

@renovate renovate Bot commented Jul 15, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
actions/checkout action patch v6.0.26.0.3
actions/create-github-app-token action minor 3.1.13.2.0
actions/setup-python action minor v6.2.06.3.0
astral-sh/setup-uv action minor v8.1.08.3.2

Release Notes

actions/checkout (actions/checkout)

v6.0.3

Compare Source

actions/create-github-app-token (actions/create-github-app-token)

v3.2.0

Compare Source

Features
Bug Fixes
actions/setup-python (actions/setup-python)

v6.3.0

Compare Source

What's Changed

Enhancement
Dependency update
Documentation

New Contributors

Full Changelog: actions/setup-python@v6.2.0...v6.3.0

astral-sh/setup-uv (astral-sh/setup-uv)

v8.3.2: 🌈 update known checksums for 0.11.28

Compare Source

Changes

Just a maintenance release

🧰 Maintenance
📚 Documentation
⬆️ Dependency updates

v8.3.1: 🌈 update known checksums for 0.11.27

Compare Source

Changes

Just a maintenance release

🧰 Maintenance
📚 Documentation

v8.3.0: 🌈 Support uv.lock as a version-file source

Compare Source

Changes

Thanks to @​somaz94 you can now use the pinned version of uv itself in uv.lock. It gets picked up automatically.
If you have pinned another version of uv in your uv.lock you can use the inputs version or version-source to override this.

🐛 Bug fixes
🚀 Enhancements
🧰 Maintenance
📚 Documentation
⬆️ Dependency updates

v8.2.0: 🌈 New inputs quiet and download-from-astral-mirror

Compare Source

Changes

This release brings two new inputs and a few bug fixes.

New inputs

Lets talk about the new inputs first.

quiet

Pretty simple. It turns of all info loggings. Useful if you use this in a composite action and are not interested in all the details.
In the upcoming releases we will add log groups to fully implement support for "less noise"

[!NOTE]
Warnings and errors are always logged.

download-from-astral-mirror

In some cases you may want to directly use the fallback of checking for available versions and downloading releases from GitHub instead of using the astral.sh mirror. Setting download-from-astral-mirror: false allows you to do that.

Bugfixes

When using the astral.sh mirror to query available versions and download releases (done by default) we now stop sending the GitHub token in the header. The mirror never looked at it but we shouldn't be handing out that data even if it is just a short lived token.
All other bugfixes try to limit the impact of failed GitHub queries due to retries and other faults.

We couldn't pinpoint all rootcauses yet but added more logging for error cases to track them down.

🐛 Bug fixes
🚀 Enhancements
🧰 Maintenance
⬆️ Dependency updates

Configuration

📅 Schedule: (in timezone UTC)

  • Branch creation
    • "on the 15th day of the month before 12pm"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

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 was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot requested review from a team as code owners July 15, 2026 02:50
@renovate
renovate Bot requested a review from awolfden July 15, 2026 02:50
@renovate
renovate Bot enabled auto-merge (squash) July 15, 2026 02:50
@greptile-apps

greptile-apps Bot commented Jul 15, 2026

Copy link
Copy Markdown
Contributor

Greptile Summary

This PR updates non-major GitHub Actions dependencies in the repository workflows. The main changes are:

  • Updates actions/checkout pins to 6.0.3.
  • Updates astral-sh/setup-uv pins to 8.3.2.
  • Updates actions/setup-python in the docs workflow to 6.3.0.
  • Updates actions/create-github-app-token in release automation to 3.2.0.

Confidence Score: 5/5

Safe to merge with minimal risk.

The changes are limited to non-major GitHub Action version updates pinned by SHA, and the updated pins match the corresponding upstream release tags checked during review.

No files require special attention.

T-Rex T-Rex Logs

What T-Rex did

  • Verified the actionlint availability check ran in CI and that a local blocker (EXIT_CODE: 127) was captured inside a logging wrapper.
  • Confirmed the pytest parity run completed with 1380 tests passing under uv/Python combinations and exited with code 0.
  • Verified the lint and type-check parity, with formatting, ruff lint, and pyright all passing and exiting cleanly (EXIT_CODE: 0).
  • Validated the docs build parity, with the docs script completing successfully (EXIT_CODE: 0).
  • Validated post-build accuracy by confirming wheel and sdist builds succeeded and that the isolated wheel and sdist smoke tests passed (EXIT_CODE: 0).

View all artifacts

T-Rex Ran code and verified through T-Rex

Important Files Changed

Filename Overview
.github/workflows/ci.yml Updates pinned actions/checkout and astral-sh/setup-uv SHAs used by CI test matrix jobs; no issues found.
.github/workflows/docs.yml Updates pinned checkout, uv setup, and Python setup actions for documentation builds; no issues found.
.github/workflows/lint.yml Updates pinned checkout and uv setup actions for lint/typecheck workflow; no issues found.
.github/workflows/release-please.yml Updates pinned GitHub App token, checkout, and uv setup actions across release automation jobs; no issues found.

Reviews (2): Last reviewed commit: "chore(deps): update github actions non-m..." | Re-trigger Greptile

@renovate
renovate Bot force-pushed the renovate/github-actions-non-major branch from 95f499c to 86b90a3 Compare July 15, 2026 13:14
@gjtorikian
gjtorikian disabled auto-merge July 16, 2026 22:01
@gjtorikian
gjtorikian merged commit 21c6325 into main Jul 16, 2026
12 of 13 checks passed
@gjtorikian
gjtorikian deleted the renovate/github-actions-non-major branch July 16, 2026 22:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

1 participant