Skip to content

chore(deps): update github actions#609

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

chore(deps): update github actions#609
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/github-actions

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Apr 27, 2026

This PR contains the following updates:

Package Type Update Change Pending
SonarSource/sonarqube-scan-action action major v7.1.0v8.0.0 v8.1.0 (+1)
actions/create-github-app-token action minor v3.1.1v3.2.0
anthropics/claude-code-action action patch v1.0.93v1.0.123 v1.0.133 (+9)
astral-sh/setup-uv action minor v8.0.0v8.1.0
github/codeql-action action patch v4.35.1v4.35.5 v4.36.0
orhun/git-cliff-action action minor v4.7.1v4.8.0
slackapi/slack-github-action action patch v3.0.1v3.0.3

Release Notes

SonarSource/sonarqube-scan-action (SonarSource/sonarqube-scan-action)

v8.0.0

Compare Source

What's Changed

Breaking change

Full Changelog: SonarSource/sonarqube-scan-action@v7...v8.0.0

v8.0

Compare Source

v8

Compare Source

v7.2.1

Compare Source

What's Changed
  • SQSCANGHA-140 Set skipSignatureVerification default value to true to avoid breaking change by @​gmmcal in #​240

Full Changelog: SonarSource/sonarqube-scan-action@v7...v7.2.1

v7.2.0

Compare Source

What's Changed

Full Changelog: SonarSource/sonarqube-scan-action@v7...v7.2.0

v7.2

Compare Source

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

v3.2.0

Compare Source

Features
Bug Fixes
anthropics/claude-code-action (anthropics/claude-code-action)

v1.0.123

Compare Source

What's Changed
New Contributors

Full Changelog: anthropics/claude-code-action@v1...v1.0.123

v1.0.122

Compare Source

Full Changelog: anthropics/claude-code-action@v1...v1.0.122

v1.0.121

Compare Source

Full Changelog: anthropics/claude-code-action@v1...v1.0.121

v1.0.120

Compare Source

Full Changelog: anthropics/claude-code-action@v1...v1.0.120

v1.0.119

Compare Source

Full Changelog: anthropics/claude-code-action@v1...v1.0.119

v1.0.118

Compare Source

Full Changelog: anthropics/claude-code-action@v1...v1.0.118

v1.0.117

Compare Source

Full Changelog: anthropics/claude-code-action@v1...v1.0.117

v1.0.116

Compare Source

What's Changed

Full Changelog: anthropics/claude-code-action@v1...v1.0.116

v1.0.115

Compare Source

Full Changelog: anthropics/claude-code-action@v1...v1.0.115

v1.0.114

Compare Source

Full Changelog: anthropics/claude-code-action@v1...v1.0.114

v1.0.113

Compare Source

Full Changelog: anthropics/claude-code-action@v1...v1.0.113

v1.0.112

Compare Source

What's Changed
New Contributors

Full Changelog: anthropics/claude-code-action@v1...v1.0.112

v1.0.111

Compare Source

Full Changelog: anthropics/claude-code-action@v1...v1.0.111

v1.0.110

Compare Source

Full Changelog: anthropics/claude-code-action@v1...v1.0.110

v1.0.109

Compare Source

What's Changed

Full Changelog: anthropics/claude-code-action@v1...v1.0.109

v1.0.108

Compare Source

Full Changelog: anthropics/claude-code-action@v1...v1.0.108

v1.0.107

Compare Source

Full Changelog: anthropics/claude-code-action@v1...v1.0.107

v1.0.106

Compare Source

Full Changelog: anthropics/claude-code-action@v1...v1.0.106

v1.0.105

Compare Source

What's Changed
  • fix: allow + in branch names (generated by Claude Code EnterWorktree) by @​awakia in #​1248
New Contributors

Full Changelog: anthropics/claude-code-action@v1...v1.0.105

v1.0.104

Compare Source

Full Changelog: anthropics/claude-code-action@v1...v1.0.104

v1.0.103

Compare Source

Full Changelog: anthropics/claude-code-action@v1...v1.0.103

v1.0.102

Compare Source

What's Changed

Full Changelog: anthropics/claude-code-action@v1...v1.0.102

v1.0.101

Compare Source

Full Changelog: anthropics/claude-code-action@v1...v1.0.101

v1.0.100

Compare Source

What's Changed

Full Changelog: anthropics/claude-code-action@v1...v1.0.100

v1.0.99

Compare Source

Full Changelog: anthropics/claude-code-action@v1...v1.0.99

v1.0.98

Compare Source

Full Changelog: anthropics/claude-code-action@v1...v1.0.98

v1.0.97

Compare Source

Full Changelog: anthropics/claude-code-action@v1...v1.0.97

v1.0.96

Compare Source

What's Changed
New Contributors

Full Changelog: anthropics/claude-code-action@v1...v1.0.96

v1.0.95

Compare Source

Full Changelog: anthropics/claude-code-action@v1...v1.0.95

v1.0.94

Compare Source

What's Changed

Full Changelog: anthropics/claude-code-action@v1...v1.0.94

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

v8.1.0: 🌈 New input no-project

Compare Source

Changes

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

🧰 Maintenance

📚 Documentation

⬆️ Dependency updates

github/codeql-action (github/codeql-action)

v4.35.5

Compare Source

  • 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

v4.35.4

Compare Source

v4.35.3

Compare Source

  • Upcoming breaking change: Add a deprecation warning for customers using CodeQL version 2.19.3 and earlier. These versions of CodeQL were discontinued on 9 April 2026 alongside GitHub Enterprise Server 3.15, and will be unsupported by the next minor release of the CodeQL Action. #​3837
  • Configurations for private registries that use Cloudsmith or GCP OIDC are now accepted. #​3850
  • Best-effort connection tests for private registries now use GET requests instead of HEAD for better compatibility with various registry implementations. For NuGet feeds, the test is now always performed against the service index. #​3853
  • Fixed a bug where two diagnostics produced within the same millisecond could overwrite each other on disk, causing one of them to be lost. #​3852
  • Update default CodeQL bundle version to 2.25.3. #​3865

v4.35.2

Compare Source

  • The undocumented TRAP cache cleanup feature that could be enabled using the CODEQL_ACTION_CLEANUP_TRAP_CACHES environment variable is deprecated and will be removed in May 2026. If you are affected by this, we recommend disabling TRAP caching by passing the trap-caching: false input to the init Action. #​3795
  • The Git version 2.36.0 requirement for improved incremental analysis now only applies to repositories that contain submodules. #​3789
  • Python analysis on GHES no longer extracts the standard library, relying instead on models of the standard library. This should result in significantly faster extraction and analysis times, while the effect on alerts should be minimal. #​3794
  • Fixed a bug in the validation of OIDC configurations for private registries that was added in CodeQL Action 4.33.0 / 3.33.0. #​3807
  • Update default CodeQL bundle version to 2.25.2. #​3823
orhun/git-cliff-action (orhun/git-cliff-action)

v4.8.0

Compare Source

[4.8.0] - 2026-04-26
🚀 Features
env
  • Improve GitHub Token handling (#​77)
⚙️ Miscellaneous Tasks
sync
  • Add automated git-cliff version sync (#​75)
version
slackapi/slack-github-action (slackapi/slack-github-action)

v3.0.3

Compare Source

v3.0.2: Slack GitHub Action v3.0.2

Compare Source

Patch Changes
  • 79529d7: fix: resolve url.parse deprecation warning for webhook techniques

Configuration

📅 Schedule: (in timezone Europe/Berlin)

  • Branch creation
    • Between 12:00 AM and 05:59 AM (* 0-5 * * *)
  • 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added bot Automated pull requests or issues dependencies Pull requests that update a dependency file labels Apr 27, 2026
@renovate renovate Bot added renovate Pull requests from Renovate skip:codecov Skip Codecov reporting and check skip:test:long_running Skip long-running tests (≥5min) labels Apr 27, 2026
@renovate renovate Bot requested a review from a team as a code owner April 27, 2026 23:45
@renovate renovate Bot added dependencies Pull requests that update a dependency file bot Automated pull requests or issues renovate Pull requests from Renovate skip:test:long_running Skip long-running tests (≥5min) skip:codecov Skip Codecov reporting and check labels Apr 27, 2026
@helmut-hoffer-von-ankershoffen 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
@helmut-hoffer-von-ankershoffen helmut-hoffer-von-ankershoffen added the sop:cc-sop-01 CC-SOP-01 Change Control (feature / planned change) label Apr 28, 2026
@helmut-hoffer-von-ankershoffen
Copy link
Copy Markdown
Contributor

helmut-hoffer-von-ankershoffen commented 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 [email protected]

@renovate renovate Bot 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
@renovate renovate Bot force-pushed the renovate/github-actions branch from 3e95605 to d01f391 Compare April 28, 2026 22:57
@renovate renovate Bot 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
@renovate renovate Bot force-pushed the renovate/github-actions branch from d01f391 to 52d047e Compare April 29, 2026 04:50
@renovate renovate Bot 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
@renovate renovate Bot force-pushed the renovate/github-actions branch from 52d047e to 3f5c5b8 Compare April 29, 2026 11:42
@renovate renovate Bot changed the title chore(deps): update anthropics/claude-code-action action to v1.0.96 chore(deps): update github actions Apr 29, 2026
@renovate renovate Bot force-pushed the renovate/github-actions branch 7 times, most recently from 09e85d3 to b7e9b0e Compare May 6, 2026 00:53
@renovate renovate Bot force-pushed the renovate/github-actions branch 11 times, most recently from 8855a70 to 9937a82 Compare May 18, 2026 23:12
@renovate renovate Bot force-pushed the renovate/github-actions branch 10 times, most recently from 78917fa to 0a0386f Compare May 26, 2026 23:03
@renovate renovate Bot force-pushed the renovate/github-actions branch from 0a0386f to b5a11df Compare May 27, 2026 02:02
@sonarqubecloud
Copy link
Copy Markdown

@renovate renovate Bot force-pushed the renovate/github-actions branch from b5a11df to 00dcf4b Compare May 28, 2026 00:51
@sonarqubecloud
Copy link
Copy Markdown

@renovate renovate Bot force-pushed the renovate/github-actions branch 2 times, most recently from fbd463c to ebc0f82 Compare May 29, 2026 00:48
@renovate renovate Bot force-pushed the renovate/github-actions branch from ebc0f82 to 3fda37b Compare May 29, 2026 15:46
@sonarqubecloud
Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bot Automated pull requests or issues dependencies Pull requests that update a dependency file renovate Pull requests from Renovate skip:codecov Skip Codecov reporting and check skip:test:long_running Skip long-running tests (≥5min) sop:cc-sop-01 CC-SOP-01 Change Control (feature / planned change)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant