Skip to content

ci(deps): update github actions (main)#270

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

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

Conversation

@renovate

@renovate renovate Bot commented Jun 7, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
SonarSource/sonarqube-scan-action action minor v8.1v8.2
pypa/cibuildwheel action major v3.4.1v4.0.0

Release Notes

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

v8.2.0

Compare Source

What's Changed
  • SQSCANGHA-149 Add scannerBinariesAuthHeader input by @​henryju in #​246
  • SQSCANGHA-88 Deprecate the SONARCLOUD_URL env variable support by @​henryju in #​249
  • SQSCANGHA-84 Remove outdated wget/curl references by @​henryju in #​248
  • SQSCANGHA-135 Fix scanner binaries always re-downloaded due to incompatible 4-part version by @​henryju in #​250
  • SQSCANGHA-127 Rename downloaded file to .zip before extraction on Windows by @​henryju in #​251

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

v8.2

Compare Source

pypa/cibuildwheel (pypa/cibuildwheel)

v4.0.0

Compare Source

See @​henryiii's release post for more info on new features!

  • 🌟 Adds wheel auditing with abi3audit as a default after the repair step, with new audit-requires and audit-command options (#​2805)

  • 🌟 Adds pyemscripten platform tag support (PEP 783), updates Pyodide to 314.0.0a2, and adds a pyodide-eol enable flag for building end-of-life Pyodide versions (#​2812, #​2848)

  • 🌟 Sets up delvewheel as the default repair-wheel-command for Windows, so extension module DLLs are now bundled automatically. Skip by setting it to empty if not needed. (#​2831)

  • ✨ Adds CPython 3.15 support, under the enable option cpython-prerelease. This version of cibuildwheel uses 3.15.0b2. (#​2833, #​2850)

    While CPython is in beta, the ABI can change, so your wheels might not be compatible with the final release. For this reason, we don't recommend distributing wheels until RC1, at which point 3.15 will be available in cibuildwheel without the flag.

  • ✨ Adds CPython 3.15 support for iOS and Android (#​2857, #​2858)

  • ✨ Adds Android improvements for building NumPy and related packages, including auditwheel support, pkg-config and Fortran configuration, and the xbuild-files option (#​2695)

  • ✨ Adds CIBUILDWHEEL_BUILD_IDENTIFIER environment variable set to the current build identifier (e.g. cp311-manylinux_x86_64) during per-build steps (#​2872)

  • ✨ Adds {project} and {package} placeholders to config-settings (#​2827)

  • ⚠️ Drops support for Python 3.8 (#​2686)

  • ⚠️ Removes the experimental CPython 3.13 free-threading builds and the cpython-freethreading enable option. CPython 3.14+ free-threading support remains available without the enable flag. (#​2684)

  • ⚠️ Drops support for Cirrus CI, which is shutting down June 1, 2026 (#​2817)

  • ⚠️ Drops GraalPy 3.11 (gp311) support, as agreed in #​2741, and removes GraalPy 24-only workarounds (#​2895)

  • 🔐 Adds SHA256 verification for direct downloads of Python interpreters, virtualenv, and python-build-standalone assets (#​2873)

  • 🔐 Adds tarfile extraction filter for safe archive extraction (#​2856)

  • 🐛 Fixes UV_PYTHON not being set for before-build on Linux when using uv as the build-frontend (#​2830)

  • 🐛 Fixes detection of musl libc when downloading python-build-standalone, which previously always selected the gnu asset on musl hosts like Alpine (#​2889)

  • 🐛 Fixes config-settings expansion when {project} or {package} contains spaces or backslashes (#​2886)

  • 🐛 Prevents deadlock when linux32 fails and forwards platform args to the sanity check (#​2880, #​2888)

  • 🐛 Fixes container resource leaks on start failure and during teardown (#​2879, #​2887)

  • 🐛 Removes potential partial cache-population in case of error (#​2892)

  • 🐛 Raises a clear error when ANDROID_API_LEVEL is not an integer (#​2891)

  • 🐛 Replaces assert with proper exception in python-build-standalone (#​2859)

  • 🐛 Uses ConfigurationError when package_dir is outside cwd instead of a generic Exception (#​2898)

  • 🛠 Updates dependencies and container pins (#​2893, #​2882, #​2874, #​2868, #​2862, #​2884, #​2845, #​2837, #​2818, #​2810, #​2838, #​2813)

  • 🛠 Updates Android to Python 3.13.13 and 3.14.4 (#​2821)

  • 🛠 Applies Pyodide-specific patches to the Emscripten toolchain installation (#​2800)

  • 🛠 Uses python -V -V for Windows build diagnostics (#​2832)

  • 🛠 Simplifies pinned container image lookup (#​2897)

  • 🛠 Minor fixups across error messages, OCI container, and options (#​2860)

  • 💼 Adds PEP 723 metadata for bin/ scripts and drops the bin dependency group (#​2819)

  • 💼 Improves Azure test reliability with retries and caching (#​2890)

  • 💼 Fixes Windows GitLab CI test running (#​2870)

  • 💼 Updates CI action pins and dev dependencies (#​2902, #​2867, #​2851, #​2843, #​2826, #​2823, #​2820, #​2807)

  • 💼 Adds agent and copilot setup files (#​2861)

  • 💼 Uses if TYPE_CHECKING: blocks (#​2866, #​2864)

  • 🧪 Fixes Android tests using the uv frontend (#​2809)

  • 🧪 Fixes the update-dependencies workflow to use uv to run nox (#​2808)

  • 🧪 Adds unit tests for OCIContainer._get_platform_args (#​2878)

  • 📚 Updates documentation for delvewheel as the default Windows repair-wheel-command, including the build diagram, schema defaults, and legal note (#​2877, #​2853, #​2891)

  • 📚 Documents platform-specific before-build configuration (#​2834)

  • 📚 Updates the "How it works" diagram with details of Android, iOS, and Pyodide builds (#​2816)

  • 📚 Adds Pyodide icon and regenerates working examples data for Android, iOS, and Pyodide (#​2815, #​2811)

  • 📚 Adds intersphinx support for external documentation linking (#​2871)

  • 📚 Adds instructions for building CUDA wheels and fixes manylinux container references in FAQ (#​2896, #​2900)

  • 📚 Links back to source in docs (#​2806)

  • 📚 Removes outdated numpy info (#​2855)

v4.0

Compare Source


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 dependencies Pull requests that update a dependency file renovate labels Jun 7, 2026
@overlap-benchmarks

overlap-benchmarks Bot commented Jun 7, 2026

Copy link
Copy Markdown

C++ benchmark results

Benchmark Reference (797c5e8) Current (bd6cb3f)
construction[hex] 1.14 us 977 ns: 1.17x faster
construction[tet] 393 ns 338 ns: 1.16x faster
construction[wedge] 779 ns 660 ns: 1.18x faster
hex_overlap_volume[AABB] 7.91 ns 7.80 ns: 1.01x faster
hex_overlap_volume[hex-in-sphere] 18.7 ns 17.6 ns: 1.06x faster
hex_overlap_volume[random] 1.07 us 1.04 us: 1.03x faster
normal_newell 65.2 ns 48.7 ns: 1.34x faster
regularized_wedge 64.3 ns 60.4 ns: 1.06x faster
tet_overlap_volume[AABB] 4.93 ns 5.07 ns: 1.03x slower
tet_overlap_volume[hex-in-sphere] 10.6 ns 10.1 ns: 1.05x faster
tet_overlap_volume[sphere-in-hex] 1.58 us 1.50 us: 1.05x faster
Geometric mean (ref) 1.09x faster

Benchmark hidden because not significant (1): hex_overlap_volume[sphere-in-hex]

Python benchmark results

Benchmark Reference Current
hex_overlap_volume[sphere-in-hex] 2.50 us 2.42 us: 1.04x faster
hex_overlap_volume[hex-in-sphere] 1.75 us 1.69 us: 1.04x faster
hex_overlap_volume[AABB] 1.72 us 1.64 us: 1.04x faster
tet_overlap_volume[sphere-in-tet] 1.30 us 1.18 us: 1.11x faster
tet_overlap_volume[AABB] 297 ns 282 ns: 1.06x faster
construction[tet] 3.27 us 2.99 us: 1.09x faster
construction[wedge] 4.46 us 4.02 us: 1.11x faster
construction[hex] 5.80 us 5.36 us: 1.08x faster
hex_overlap_volume[random] 10.4 us 9.86 us: 1.05x faster
Geometric mean (ref) 1.06x faster

Benchmark hidden because not significant (1): tet_overlap_volume[tet-in-sphere]

| datasource  | package                           | from   | to     |
| ----------- | --------------------------------- | ------ | ------ |
| github-tags | SonarSource/sonarqube-scan-action | v8.1.0 | v8.2.0 |
| github-tags | pypa/cibuildwheel                 | v3.4.1 | v4.0.0 |
@renovate renovate Bot force-pushed the renovate/main-github-actions branch from b8d449a to 4baf882 Compare June 9, 2026 10:57
@renovate renovate Bot changed the title ci(deps): update github actions to v4 (main) ci(deps): update github actions (main) Jun 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file renovate

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants