You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
fix: report unexpected cache save failures @eifinger (#896)
This add the a new boolean input no-project.
It only makes sense to use in combination with activate-environment: true and will append --no project to the uv venv call. This is for example useful if you have a pyproject.toml file with parts unparseable by uv
🚀 Enhancements
Add input no-project in combination with activate-environment @eifinger (#856)
🧰 Maintenance
fix: grant contents:write to validate-release job @eifinger (#860)
Add a release-gate step to the release workflow @zanieb (#859)
We have improved how the JavaScript bundles for the CodeQL Action are generated to avoid duplication across bundles and reduce the size of the repository by around 70%. This should have no effect on the runtime behaviour of the CodeQL Action. #3899
For performance and accuracy reasons, improved incremental analysis will now only be enabled on a pull request when diff-informed analysis is also enabled for that run. If diff-informed analysis is unavailable (for example, because the PR diff ranges could not be computed), the action will fall back to a full analysis. #3791
If multiple inputs are provided for the GitHub-internal analysis-kinds input, only code-scanning will be enabled. The analysis-kinds input is experimental, for GitHub-internal use only, and may change without notice at any time. #3892
Added an experimental change which, when running a Code Scanning analysis for a PR with improved incremental analysis enabled, prefers CodeQL CLI versions that have a cached overlay-base database for the configured languages. This speeds up analysis for a repository when there is not yet a cached overlay-base database for the latest CLI version. We expect to roll this change out to everyone in May. #3880
helmut-hoffer-von-ankershoffen
changed the title
chore(deps): update anthropics/claude-code-action action to v1.0.94
chore(deps): update anthropics/claude-code-action action to v1.0.94 [PYSDK-120]
Apr 28, 2026
⚠️Change control gap: This PR was open for 1 day before a Ketryx CR was created.
CR PYSDK-120 has been opened retroactively per CC-SOP-01.
PR title and body updated to add the SOP shield line. Future Renovate PRs in this repo will follow the standard create-CR-first flow (or be brought into compliance at merge time).
Posted by Claude claude-opus-4-7 via Claude Code, applying skills cc-sop-01 on behalf of helmut@aignostics.com
renovateBot
changed the title
chore(deps): update anthropics/claude-code-action action to v1.0.94 [PYSDK-120]
chore(deps): update anthropics/claude-code-action action to v1.0.94
Apr 28, 2026
renovateBot
changed the title
chore(deps): update anthropics/claude-code-action action to v1.0.94
chore(deps): update anthropics/claude-code-action action to v1.0.95
Apr 28, 2026
renovateBot
changed the title
chore(deps): update anthropics/claude-code-action action to v1.0.95
chore(deps): update anthropics/claude-code-action action to v1.0.96
Apr 29, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
botAutomated pull requests or issuesdependenciesPull requests that update a dependency filerenovatePull requests from Renovateskip:codecovSkip Codecov reporting and checkskip:test:long_runningSkip long-running tests (≥5min)sop:cc-sop-01CC-SOP-01 Change Control (feature / planned change)
1 participant
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v7.1.0→v8.1.0v8.2.0(+1)v6.0.2→v6.0.3v7.0.0(+1)v3.1.1→v3.2.0v1.0.93→v1.0.136v1.0.152(+15)v8.0.0→v8.2.0v6.0.0→v6.0.1v7.0.0(+2)v7.1.0→v7.2.0v4.1.0→v4.2.0v6.0.0→v6.1.0v4.0.0→v4.1.0v4.0.0→v4.1.0v3.6.0→v3.7.0v4.35.1→v4.36.2v4.7.1→v4.8.0v3.0.1→v3.0.3Release Notes
SonarSource/sonarqube-scan-action (SonarSource/sonarqube-scan-action)
v8.1.0Compare Source
What's Changed
Full Changelog: SonarSource/sonarqube-scan-action@v8...v8.1.0
v8.1Compare Source
v8.0.0Compare Source
What's Changed
Breaking change
Full Changelog: SonarSource/sonarqube-scan-action@v7...v8.0.0
v8.0Compare Source
v8Compare Source
v7.2.1Compare Source
What's Changed
Full Changelog: SonarSource/sonarqube-scan-action@v7...v7.2.1
v7.2.0Compare Source
What's Changed
Full Changelog: SonarSource/sonarqube-scan-action@v7...v7.2.0
v7.2Compare Source
actions/checkout (actions/checkout)
v6.0.3Compare Source
actions/create-github-app-token (actions/create-github-app-token)
v3.2.0Compare Source
Features
repositoriesinput (#372) (85eb8dd)Bug Fixes
anthropics/claude-code-action (anthropics/claude-code-action)
v1.0.136Compare Source
Full Changelog: anthropics/claude-code-action@v1...v1.0.136
v1.0.135Compare Source
Full Changelog: anthropics/claude-code-action@v1...v1.0.135
v1.0.134Compare Source
What's Changed
New Contributors
Full Changelog: anthropics/claude-code-action@v1...v1.0.134
v1.0.133Compare Source
What's Changed
Full Changelog: anthropics/claude-code-action@v1...v1.0.133
v1.0.132Compare Source
Full Changelog: anthropics/claude-code-action@v1...v1.0.132
v1.0.131Compare Source
Full Changelog: anthropics/claude-code-action@v1...v1.0.131
v1.0.130Compare Source
What's Changed
Full Changelog: anthropics/claude-code-action@v1...v1.0.130
v1.0.129Compare Source
Full Changelog: anthropics/claude-code-action@v1...v1.0.129
v1.0.128Compare Source
Full Changelog: anthropics/claude-code-action@v1...v1.0.128
v1.0.127Compare Source
What's Changed
Full Changelog: anthropics/claude-code-action@v1...v1.0.127
v1.0.126Compare Source
Full Changelog: anthropics/claude-code-action@v1...v1.0.126
v1.0.125Compare Source
What's Changed
Full Changelog: anthropics/claude-code-action@v1...v1.0.125
v1.0.124Compare Source
What's Changed
New Contributors
Full Changelog: anthropics/claude-code-action@v1...v1.0.124
v1.0.123Compare Source
What's Changed
New Contributors
Full Changelog: anthropics/claude-code-action@v1...v1.0.123
v1.0.122Compare Source
Full Changelog: anthropics/claude-code-action@v1...v1.0.122
v1.0.121Compare Source
Full Changelog: anthropics/claude-code-action@v1...v1.0.121
v1.0.120Compare Source
Full Changelog: anthropics/claude-code-action@v1...v1.0.120
v1.0.119Compare Source
Full Changelog: anthropics/claude-code-action@v1...v1.0.119
v1.0.118Compare Source
Full Changelog: anthropics/claude-code-action@v1...v1.0.118
v1.0.117Compare Source
Full Changelog: anthropics/claude-code-action@v1...v1.0.117
v1.0.116Compare Source
What's Changed
Full Changelog: anthropics/claude-code-action@v1...v1.0.116
v1.0.115Compare Source
Full Changelog: anthropics/claude-code-action@v1...v1.0.115
v1.0.114Compare Source
Full Changelog: anthropics/claude-code-action@v1...v1.0.114
v1.0.113Compare Source
Full Changelog: anthropics/claude-code-action@v1...v1.0.113
v1.0.112Compare Source
What's Changed
New Contributors
Full Changelog: anthropics/claude-code-action@v1...v1.0.112
v1.0.111Compare Source
Full Changelog: anthropics/claude-code-action@v1...v1.0.111
v1.0.110Compare Source
Full Changelog: anthropics/claude-code-action@v1...v1.0.110
v1.0.109Compare Source
What's Changed
Full Changelog: anthropics/claude-code-action@v1...v1.0.109
v1.0.108Compare Source
Full Changelog: anthropics/claude-code-action@v1...v1.0.108
v1.0.107Compare Source
Full Changelog: anthropics/claude-code-action@v1...v1.0.107
v1.0.106Compare Source
Full Changelog: anthropics/claude-code-action@v1...v1.0.106
v1.0.105Compare Source
What's Changed
New Contributors
Full Changelog: anthropics/claude-code-action@v1...v1.0.105
v1.0.104Compare Source
Full Changelog: anthropics/claude-code-action@v1...v1.0.104
v1.0.103Compare Source
Full Changelog: anthropics/claude-code-action@v1...v1.0.103
v1.0.102Compare Source
What's Changed
Full Changelog: anthropics/claude-code-action@v1...v1.0.102
v1.0.101Compare Source
Full Changelog: anthropics/claude-code-action@v1...v1.0.101
v1.0.100Compare Source
What's Changed
Full Changelog: anthropics/claude-code-action@v1...v1.0.100
v1.0.99Compare Source
Full Changelog: anthropics/claude-code-action@v1...v1.0.99
v1.0.98Compare Source
Full Changelog: anthropics/claude-code-action@v1...v1.0.98
v1.0.97Compare Source
Full Changelog: anthropics/claude-code-action@v1...v1.0.97
v1.0.96Compare Source
What's Changed
New Contributors
Full Changelog: anthropics/claude-code-action@v1...v1.0.96
v1.0.95Compare Source
Full Changelog: anthropics/claude-code-action@v1...v1.0.95
v1.0.94Compare Source
What's Changed
Full Changelog: anthropics/claude-code-action@v1...v1.0.94
astral-sh/setup-uv (astral-sh/setup-uv)
v8.2.0: 🌈 New inputsquietanddownload-from-astral-mirrorCompare 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
infologgings. 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"
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: falseallows 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
download-from-astral-mirrorinput @eifinger (#897)🧰 Maintenance
⬆️ Dependency updates
v8.1.0: 🌈 New inputno-projectCompare Source
Changes
This add the a new boolean input
no-project.It only makes sense to use in combination with
activate-environment: trueand will append--no projectto theuv venvcall. This is for example useful if you have a pyproject.toml file with parts unparseable by uv🚀 Enhancements
🧰 Maintenance
📚 Documentation
⬆️ Dependency updates
codecov/codecov-action (codecov/codecov-action)
v6.0.1Compare Source
What's Changed
Full Changelog: codecov/codecov-action@v6.0.0...v6.0.1
docker/build-push-action (docker/build-push-action)
v7.2.0Compare Source
Full Changelog: docker/build-push-action@v7.1.0...v7.2.0
docker/login-action (docker/login-action)
v4.2.0Compare Source
Full Changelog: docker/login-action@v4.1.0...v4.2.0
docker/metadata-action (docker/metadata-action)
v6.1.0Compare Source
Full Changelog: docker/metadata-action@v6.0.0...v6.1.0
docker/setup-buildx-action (docker/setup-buildx-action)
v4.1.0Compare Source
Full Changelog: docker/setup-buildx-action@v4.0.0...v4.1.0
docker/setup-qemu-action (docker/setup-qemu-action)
v4.1.0Compare Source
resetinput to uninstall current emulators by @crazy-max in #21Full Changelog: docker/setup-qemu-action@v4.0.0...v4.1.0
getsentry/action-release (getsentry/action-release)
v3.7.0: 3.7.0Compare Source
New Features ✨
v3.7Compare Source
v3.6.1: 3.6.1Compare Source
Bug Fixes 🐛
Documentation 📚
Internal Changes 🔧
dotagentsby @andreiborza in #314github/codeql-action (github/codeql-action)
v4.36.2Compare Source
v4.36.1Compare Source
No user facing changes.
v4.36.0Compare Source
v4.35.5Compare Source
analysis-kindsinput, onlycode-scanningwill be enabled. Theanalysis-kindsinput is experimental, for GitHub-internal use only, and may change without notice at any time. #3892v4.35.4Compare Source
v4.35.3Compare Source
Configuration
📅 Schedule: (in timezone Europe/Berlin)
* 0-5 * * *)🚦 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.
This PR was generated by Mend Renovate. View the repository job log.