Skip to content

Conversation

oep-renovate[bot]
Copy link
Contributor

@oep-renovate oep-renovate bot commented Oct 1, 2025

This PR contains the following updates:

Package Type Update Change
actions/cache action digest 0400d5f -> 0057852
actions/create-github-app-token action patch v2.1.1 -> v2.1.4
actions/stale action digest 3a9db7e -> 5f858e3
astral-sh/setup-uv action minor v6.6.1 -> v6.8.0
github/codeql-action action patch v3.30.1 -> v3.30.6
github/codeql-action action minor v3.29.9 -> v3.30.6
ossf/scorecard-action action patch v2.4.2 -> v2.4.3
renovatebot/github-action action patch v43.0.11 -> v43.0.15
returntocorp/semgrep container digest 62aaded -> ee3c01c
softprops/action-gh-release action patch v2.3.3 -> v2.3.4
step-security/harden-runner action patch v2.13.0 -> v2.13.1
tj-actions/changed-files action major v46.0.5 -> v47.0.0

Release Notes

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

v2.1.4

Compare Source

Bug Fixes

v2.1.3

Compare Source

Bug Fixes
  • deps: bump undici from 7.8.0 to 7.10.0 in the production-dependencies group (#​254) (f3d5ec2)

v2.1.2

Compare Source

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

v6.8.0: 🌈 Add **/*.py.lock to cache-dependency-glob

Compare Source

Changes

Thanks to @​parched the default cache-dependency-glob now also find all lock files generated by uv lock --script

🚀 Enhancements

🧰 Maintenance

📚 Documentation

⬆️ Dependency updates

v6.7.0: 🌈 New inputs restore-cache and save-cache

Compare Source

Changes

This release adds fine-grained control over the caching steps.

  • The input restore-cache (true by default) can be set to false to skip restoring the cache while still allowing to save the cache.
  • The input save-cache (true by default) can be set to false to skip saving the cache.

Skipping cache saving can be useful if you know, that you will never use this version of the cache again and don't want to waste storage space:

- name: Save cache only on main branch
  uses: astral-sh/setup-uv@v6
  with:
    enable-cache: true
    save-cache: ${{ github.ref == 'refs/heads/main' }}

🚀 Enhancements

🧰 Maintenance

⬆️ Dependency updates

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

v3.30.6

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.30.6 - 02 Oct 2025
  • Update default CodeQL bundle version to 2.23.2. #​3168

See the full CHANGELOG.md for more information.

v3.30.5

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.30.5 - 26 Sep 2025
  • We fixed a bug that was introduced in 3.30.4 with upload-sarif which resulted in files without a .sarif extension not getting uploaded. #​3160

See the full CHANGELOG.md for more information.

v3.30.4

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.30.4 - 25 Sep 2025
  • We have improved the CodeQL Action's ability to validate that the workflow it is used in does not use different versions of the CodeQL Action for different workflow steps. Mixing different versions of the CodeQL Action in the same workflow is unsupported and can lead to unpredictable results. A warning will now be emitted from the codeql-action/init step if different versions of the CodeQL Action are detected in the workflow file. Additionally, an error will now be thrown by the other CodeQL Action steps if they load a configuration file that was generated by a different version of the codeql-action/init step. #​3099 and #​3100
  • We added support for reducing the size of dependency caches for Java analyses, which will reduce cache usage and speed up workflows. This will be enabled automatically at a later time. #​3107
  • You can now run the latest CodeQL nightly bundle by passing tools: nightly to the init action. In general, the nightly bundle is unstable and we only recommend running it when directed by GitHub staff. #​3130
  • Update default CodeQL bundle version to 2.23.1. #​3118

See the full CHANGELOG.md for more information.

v3.30.3

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.30.3 - 10 Sep 2025

No user facing changes.

See the full CHANGELOG.md for more information.

v3.30.2

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.30.2 - 09 Sep 2025
  • Fixed a bug which could cause language autodetection to fail. #​3084
  • Experimental: The quality-queries input that was added in 3.29.2 as part of an internal experiment is now deprecated and will be removed in an upcoming version of the CodeQL Action. It has been superseded by a new analysis-kinds input, which is part of the same internal experiment. Do not use this in production as it is subject to change at any time. #​3064

See the full CHANGELOG.md for more information.

ossf/scorecard-action (ossf/scorecard-action)

v2.4.3

Compare Source

What's Changed

This update bumps the Scorecard version to the v5.3.0 release. For a complete list of changes, please refer to the Scorecard v5.3.0 release notes.

Documentation

Other

New Contributors

Full Changelog: ossf/scorecard-action@v2.4.2...v2.4.3

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

v43.0.15

Compare Source

Documentation
  • update references to ghcr.io/renovatebot/renovate to v41.135.5 (d25f294)
  • update references to renovatebot/github-action to v43.0.14 (7e5b43d)
Miscellaneous Chores
Build System
  • deps: lock file maintenance (f0415ba)
Continuous Integration
  • deps: update renovate docker tag to v41.131.11 (364e9b5)
  • deps: update renovate docker tag to v41.131.12 (9a63c76)
  • deps: update renovate docker tag to v41.132.1 (f990802)
  • deps: update renovate docker tag to v41.132.2 (9a330a0)
  • deps: update renovate docker tag to v41.132.3 (8edac8a)
  • deps: update renovate docker tag to v41.132.4 (f316df9)
  • deps: update renovate docker tag to v41.132.5 (e34a617)
  • deps: update renovate docker tag to v41.135.3 (8d70b7f)
  • deps: update renovate docker tag to v41.135.4 (d05b24a)
  • deps: update renovate docker tag to v41.135.5 (0110626)

v43.0.14

Compare Source

Documentation
  • update references to ghcr.io/renovatebot/renovate to v41.131.9 (f118af5)
  • update references to renovatebot/github-action to v43.0.13 (481f9d4)
Miscellaneous Chores
Build System
  • deps: lock file maintenance (ef5811e)
Continuous Integration
  • deps: update renovate docker tag to v41.123.0 (f7655cb)
  • deps: update renovate docker tag to v41.124.0 (a99b47f)
  • deps: update renovate docker tag to v41.125.0 (5453724)
  • deps: update renovate docker tag to v41.125.1 (703a628)
  • deps: update renovate docker tag to v41.125.2 (1a523fb)
  • deps: update renovate docker tag to v41.125.3 (40934fa)
  • deps: update renovate docker tag to v41.127.2 (#​954) (4fb3a1c)
  • deps: update renovate docker tag to v41.128.0 (a82c6ac)
  • deps: update renovate docker tag to v41.128.1 (c0fa79a)
  • deps: update renovate docker tag to v41.130.0 (a3b2a11)
  • deps: update renovate docker tag to v41.130.1 (637e5d4)
  • deps: update renovate docker tag to v41.131.0 (1a210f2)
  • deps: update renovate docker tag to v41.131.1 (e325b6c)
  • deps: update renovate docker tag to v41.131.2 (65181bd)
  • deps: update renovate docker tag to v41.131.5 (d23315a)
  • deps: update renovate docker tag to v41.131.6 (b42492f)
  • deps: update renovate docker tag to v41.131.8 (6effd59)
  • deps: update renovate docker tag to v41.131.9 (0689a44)

v43.0.13

Compare Source

Documentation
  • update references to ghcr.io/renovatebot/renovate to v41.122.3 (e77f32f)
  • update references to renovatebot/github-action to v43.0.12 (653e4da)
Miscellaneous Chores
Build System
  • deps: lock file maintenance (1278ad3)
Continuous Integration
  • deps: update renovate docker tag to v41.113.5 (8107f7d)
  • deps: update renovate docker tag to v41.113.6 (c25039a)
  • deps: update renovate docker tag to v41.113.7 (547c0f0)
  • deps: update renovate docker tag to v41.114.0 (9b1f431)
  • deps: update renovate docker tag to v41.115.0 (f757c34)
  • deps: update renovate docker tag to v41.115.1 (d585b00)
  • deps: update renovate docker tag to v41.115.2 (8c011ca)
  • deps: update renovate docker tag to v41.115.4 (52f66bb)
  • deps: update renovate docker tag to v41.115.5 (7390745)
  • deps: update renovate docker tag to v41.115.6 (498edef)
  • deps: update renovate docker tag to v41.116.1 (4f9581d)
  • deps: update renovate docker tag to v41.116.10 (c9a9c99)
  • deps: update renovate docker tag to v41.116.2 (ed4d0bb)
  • deps: update renovate docker tag to v41.116.3 (1b30889)
  • deps: update renovate docker tag to v41.116.5 (b96fb41)
  • deps: update renovate docker tag to v41.116.6 (9bcf08c)
  • deps: update renovate docker tag to v41.116.7 (b89adc7)
  • deps: update renovate docker tag to v41.116.8 (abee5ff)
  • deps: update renovate docker tag to v41.117.0 (4a4709f)
  • deps: update renovate docker tag to v41.118.0 (ecbe520)
  • deps: update renovate docker tag to v41.118.1 (051f97e)
  • deps: update renovate docker tag to v41.119.0 (28e7e1d)
  • deps: update renovate docker tag to v41.119.4 (a1ffb8d)
  • deps: update renovate docker tag to v41.119.5 (49be121)
  • deps: update renovate docker tag to v41.119.6 (8f6f258)
  • deps: update renovate docker tag to v41.121.1 (3e88114)
  • deps: update renovate docker tag to v41.121.3 (db50bb4)
  • deps: update renovate docker tag to v41.121.4 (47f54ca)
  • deps: update renovate docker tag to v41.122.0 (0d90aa6)
  • deps: update renovate docker tag to v41.122.1 (41ba176)
  • deps: update renovate docker tag to v41.122.2 (18ca40b)
  • deps: update renovate docker tag to v41.122.3 (8462f7c)

v43.0.12

Compare Source

Documentation
  • update references to ghcr.io/renovatebot/renovate to v41.113.3 (6ff1007)
  • update references to renovatebot/github-action to v43.0.11 (b1f4d3e)
Miscellaneous Chores
Build System
  • deps: lock file maintenance (983234a)
Continuous Integration
  • deps: update renovate docker tag to v41.100.0 (f3ac028)
  • deps: update renovate docker tag to v41.103.0 (bc2b208)
  • deps: update renovate docker tag to v41.105.0 (c64558a)
  • deps: update renovate docker tag to v41.107.0 (8891399)
  • deps: update renovate docker tag to v41.109.0 (71ce752)
  • deps: update renovate docker tag to v41.111.0 (3e4fb61)
  • deps: update renovate docker tag to v41.112.0 (4833cda)
  • deps: update renovate docker tag to v41.113.0 (23d00ec)
  • deps: update renovate docker tag to v41.113.2 (94eed51)
  • deps: update renovate docker tag to v41.113.3 (1bdfd59)
  • deps: update renovate docker tag to v41.97.10 (dc222e4)
  • deps: update renovate docker tag to v41.98.0 (6675bb6)
  • deps: update renovate docker tag to v41.98.1 (e8c62d0)
  • deps: update renovate docker tag to v41.98.2 (b33786c)
  • deps: update renovate docker tag to v41.98.3 (ad18df2)
  • deps: update renovate docker tag to v41.98.4 (3194766)
  • deps: update renovate docker tag to v41.99.1 (04f5a7f)
  • deps: update renovate docker tag to v41.99.11 (c4dc84e)
  • deps: update renovate docker tag to v41.99.2 (f8e1197)
  • deps: update renovate docker tag to v41.99.5 (ff05f9e)
  • deps: update renovate docker tag to v41.99.6 (e66f3a5)
  • deps: update renovate docker tag to v41.99.7 (ace35a1)
  • deps: update renovate docker tag to v41.99.8 (be9ee49)
  • deps: update renovate docker tag to v41.99.9 (ab4314a)
softprops/action-gh-release (softprops/action-gh-release)

v2.3.4

Compare Source

What's Changed

Bug fixes 🐛
Other Changes 🔄

Full Changelog: softprops/action-gh-release@v2...v2.3.4

step-security/harden-runner (step-security/harden-runner)

v2.13.1

Compare Source

What's Changed

  • Graceful handling of HTTP errors: Improved error handling when fetching Harden Runner policies from the StepSecurity Policy Store API, ensuring more reliable execution even in case of temporary network/API issues.

  • Security updates for npm dependencies: Updated vulnerable npm package dependencies to the latest secure versions.

  • Faster enterprise agent downloads: The enterprise agent is now downloaded from GitHub Releases instead of packages.stepsecurity.io, improving download speed and reliability.

Full Changelog: step-security/harden-runner@v2.13.0...v2.13.1

tj-actions/changed-files (tj-actions/changed-files)

v47.0.0

Compare Source

What's Changed

Configuration

📅 Schedule: Branch creation - On day 1 of the month ( * * 1 * * ) (UTC), 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 Renovate Bot.

@oep-renovate oep-renovate bot requested a review from ashwinvaidya17 as a code owner October 1, 2025 02:38
@codecov-commenter
Copy link

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@oep-renovate oep-renovate bot force-pushed the renovate/github-actions branch 2 times, most recently from 726f334 to 1058008 Compare October 4, 2025 02:28
Signed-off-by: oep-renovate[bot] <212772560+oep-renovate[bot]@users.noreply.github.com>
@oep-renovate oep-renovate bot force-pushed the renovate/github-actions branch from 1058008 to f74372e Compare October 6, 2025 02:35
@ashwinvaidya17 ashwinvaidya17 merged commit ac7ab34 into main Oct 6, 2025
14 checks passed
@ashwinvaidya17 ashwinvaidya17 deleted the renovate/github-actions branch October 6, 2025 15:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants