Skip to content

chore(deps): update github actions#865

Merged
chrisburr merged 1 commit into
mainfrom
renovate/github-actions
Jun 25, 2026
Merged

chore(deps): update github actions#865
chrisburr merged 1 commit into
mainfrom
renovate/github-actions

Conversation

@renovate

@renovate renovate Bot commented Mar 27, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
DIRACGrid/.github (changelog) action digest eab297da599200
actions/upload-artifact action patch v7.0.0v7.0.1
aquasecurity/trivy-action action minor 0.35.0v0.36.0
docker/build-push-action action minor v7.0.0v7.2.0
docker/login-action action minor v4.0.0v4.2.0
docker/setup-buildx-action action minor v4.0.0v4.1.0
docker/setup-qemu-action action minor v4.0.0v4.1.0
github/codeql-action action minor v4.34.1v4.36.2
peter-evans/create-pull-request action patch v8.1.0v8.1.1
prefix-dev/setup-pixi action patch v0.9.4v0.9.6
pypa/gh-action-pypi-publish action minor v1.13.0v1.14.0

Release Notes

actions/upload-artifact (actions/upload-artifact)

v7.0.1

Compare Source

What's Changed

Full Changelog: actions/upload-artifact@v7...v7.0.1

aquasecurity/trivy-action (aquasecurity/trivy-action)

v0.36.0

Compare Source

What's Changed

New Contributors

Full Changelog: aquasecurity/trivy-action@v0.35.0...v0.36.0

docker/build-push-action (docker/build-push-action)

v7.2.0

Compare Source

Full Changelog: docker/build-push-action@v7.1.0...v7.2.0

v7.1.0

Compare Source

Full Changelog: docker/build-push-action@v7.0.0...v7.1.0

docker/login-action (docker/login-action)

v4.2.0

Compare Source

Full Changelog: docker/login-action@v4.1.0...v4.2.0

v4.1.0

Compare Source

Full Changelog: docker/login-action@v4.0.0...v4.1.0

docker/setup-buildx-action (docker/setup-buildx-action)

v4.1.0

Compare Source

  • Bump @​docker/actions-toolkit from 0.79.0 to 0.90.0 in #​489
  • Bump brace-expansion from 1.1.12 to 5.0.6 in #​547 #​508
  • Bump fast-xml-builder from 1.0.0 to 1.2.0 in #​540
  • Bump fast-xml-parser from 5.4.2 to 5.8.0 in #​496
  • Bump flatted from 3.3.3 to 3.4.2 in #​499
  • Bump glob from 10.3.12 to 13.0.6 in #​495
  • Bump handlebars from 4.7.8 to 4.7.9 in #​504
  • Bump lodash from 4.17.23 to 4.18.1 in #​523
  • Bump picomatch from 4.0.3 to 4.0.4 in #​503
  • Bump postcss from 8.5.6 to 8.5.10 in #​537
  • Bump tar from 6.2.1 to 7.5.15 in #​545
  • Bump undici from 6.23.0 to 6.25.0 in #​492
  • Bump vite from 7.3.1 to 7.3.2 in #​520

Full Changelog: docker/setup-buildx-action@v4.0.0...v4.1.0

docker/setup-qemu-action (docker/setup-qemu-action)

v4.1.0

Compare Source

Full Changelog: docker/setup-qemu-action@v4.0.0...v4.1.0

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

v4.36.2

Compare Source

  • Cache CodeQL CLI version information across Actions steps. #​3943
  • Reduce requests while waiting for analysis processing by using exponential backoff when polling SARIF processing status. #​3937
  • Update default CodeQL bundle version to 2.25.6. #​3948

v4.36.1

Compare Source

No user facing changes.

v4.36.0

Compare Source

  • Breaking change: Bump the minimum required CodeQL bundle version to 2.19.4. #​3894
  • Add support for SHA-256 Git object IDs. #​3893
  • Update default CodeQL bundle version to 2.25.5. #​3926

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

v4.35.1

Compare Source

v4.35.0

Compare Source

peter-evans/create-pull-request (peter-evans/create-pull-request)

v8.1.1: Create Pull Request v8.1.1

Compare Source

What's Changed

Full Changelog: peter-evans/create-pull-request@v8.1.0...v8.1.1

prefix-dev/setup-pixi (prefix-dev/setup-pixi)

v0.9.6

Compare Source

What's Changed
✨ New features
⬆️ Dependency updates
🤷🏻 Other changes
New Contributors

Full Changelog: prefix-dev/setup-pixi@v0.9.5...v0.9.6

v0.9.5

Compare Source

What's Changed
📝 Documentation
⬆️ Dependency updates
🤷🏻 Other changes
New Contributors

Full Changelog: prefix-dev/setup-pixi@v0.9.4...v0.9.5

pypa/gh-action-pypi-publish (pypa/gh-action-pypi-publish)

v1.14.0

Compare Source

Audit your supply chain regularly!

✨ What's Changed

The main change in this release is that verbose and print-hash inputs are now on by default. This was contributed by @​whitequark💰 in #​397.

📝 Docs

@​woodruffw💰 updated the mentions of PEP 740 to stop implying that it might be experimental (it hasn't been for quite a while!) in #​388 and @​him2him2💰 brushed up some grammar in the README and SECURITY docs via #​395.

🛠️ Internal Updates

@​woodruffw💰 bumped sigstore and pypi-attestations in the lock file (#​391) and @​webknjaz💰 added infra for using type annotations in the project (#​381).

💪 New Contributors

🪞 Full Diff: pypa/gh-action-pypi-publish@v1.13.0...v1.14.0

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

🙏 Special Thanks to @​facutuesca💰 and @​woodruffw💰 for helping maintain this project when I can't!

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

GH Sponsors badge


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • 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 force-pushed the renovate/github-actions branch from f755b63 to 09e5b7a Compare March 27, 2026 17:46
@renovate renovate Bot changed the title chore(deps): update github/codeql-action digest to b8bb9f2 chore(deps): update github/codeql-action digest to c10b806 Mar 27, 2026
@renovate renovate Bot force-pushed the renovate/github-actions branch from 09e5b7a to 385bc98 Compare March 27, 2026 18:10
@renovate renovate Bot changed the title chore(deps): update github/codeql-action digest to c10b806 chore(deps): update github actions Mar 27, 2026
@renovate renovate Bot force-pushed the renovate/github-actions branch 5 times, most recently from 90b0585 to b64a6b3 Compare April 7, 2026 16:52
@renovate renovate Bot force-pushed the renovate/github-actions branch 5 times, most recently from 4130a12 to 866d073 Compare April 15, 2026 16:49
@renovate renovate Bot force-pushed the renovate/github-actions branch from 866d073 to e7880d7 Compare April 21, 2026 20:02
@renovate renovate Bot force-pushed the renovate/github-actions branch 4 times, most recently from 72c2231 to cb10d67 Compare May 6, 2026 09:39
@renovate renovate Bot force-pushed the renovate/github-actions branch 2 times, most recently from c7ae1e8 to c4a73eb Compare May 8, 2026 08:03
@renovate renovate Bot force-pushed the renovate/github-actions branch 4 times, most recently from cf21d18 to 7611e97 Compare May 21, 2026 17:55
@renovate renovate Bot force-pushed the renovate/github-actions branch 3 times, most recently from 7772981 to eab270e Compare May 24, 2026 07:11
@renovate renovate Bot force-pushed the renovate/github-actions branch 5 times, most recently from 08b843a to 5585e12 Compare May 28, 2026 12:31
@renovate renovate Bot force-pushed the renovate/github-actions branch 3 times, most recently from c177586 to 4b9cd7c Compare June 4, 2026 17:39
@renovate renovate Bot force-pushed the renovate/github-actions branch 7 times, most recently from 9aefcf3 to 6324b1c Compare June 15, 2026 08:23
@renovate renovate Bot force-pushed the renovate/github-actions branch 5 times, most recently from 333c1ad to 5cdb025 Compare June 25, 2026 11:11
@renovate renovate Bot force-pushed the renovate/github-actions branch from 5cdb025 to 84849a6 Compare June 25, 2026 12:36
@chrisburr chrisburr merged commit 13d4f8d into main Jun 25, 2026
31 of 32 checks passed
@chrisburr chrisburr deleted the renovate/github-actions branch June 25, 2026 14:42
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