brave / adblock-lists

Maintains adblock lists that Brave uses
Mozilla Public License 2.0
338 stars 75 forks source link

Update actions/setup-python action to v5.3.0 #2128

Open renovate[bot] opened 3 weeks ago

renovate[bot] commented 3 weeks ago

This PR contains the following updates:

Package Type Update Change
actions/setup-python action minor v5.2.0 -> v5.3.0

Release Notes

actions/setup-python (actions/setup-python) ### [`v5.3.0`](https://redirect.github.com/actions/setup-python/releases/tag/v5.3.0) [Compare Source](https://redirect.github.com/actions/setup-python/compare/v5.2.0...v5.3.0) ##### What's Changed - Add workflow file for publishing releases to immutable action package by [@​Jcambass](https://redirect.github.com/Jcambass) in [https://github.com/actions/setup-python/pull/941](https://redirect.github.com/actions/setup-python/pull/941) - Upgrade IA publish by [@​Jcambass](https://redirect.github.com/Jcambass) in [https://github.com/actions/setup-python/pull/943](https://redirect.github.com/actions/setup-python/pull/943) ##### Bug Fixes: - Normalise Line Endings to Ensure Cross-Platform Consistency by [@​priya-kinthali](https://redirect.github.com/priya-kinthali) in [https://github.com/actions/setup-python/pull/938](https://redirect.github.com/actions/setup-python/pull/938) - Revise `isGhes` logic by [@​jww3](https://redirect.github.com/jww3) in [https://github.com/actions/setup-python/pull/963](https://redirect.github.com/actions/setup-python/pull/963) - Bump pillow from 7.2 to 10.2.0 by [@​aparnajyothi-y](https://redirect.github.com/aparnajyothi-y) in [https://github.com/actions/setup-python/pull/956](https://redirect.github.com/actions/setup-python/pull/956) ##### Enhancements: - Enhance workflows and documentation updates by [@​priya-kinthali](https://redirect.github.com/priya-kinthali) in [https://github.com/actions/setup-python/pull/965](https://redirect.github.com/actions/setup-python/pull/965) - Bump default versions to latest by [@​jeffwidman](https://redirect.github.com/jeffwidman) in [https://github.com/actions/setup-python/pull/905](https://redirect.github.com/actions/setup-python/pull/905) ##### New Contributors - [@​Jcambass](https://redirect.github.com/Jcambass) made their first contribution in [https://github.com/actions/setup-python/pull/941](https://redirect.github.com/actions/setup-python/pull/941) - [@​jww3](https://redirect.github.com/jww3) made their first contribution in [https://github.com/actions/setup-python/pull/963](https://redirect.github.com/actions/setup-python/pull/963) **Full Changelog**: https://github.com/actions/setup-python/compare/v5...v5.3.0

Configuration

📅 Schedule: Branch creation - " 0-4 * 3" (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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR was generated by Mend Renovate. View the repository job log.

github-actions[bot] commented 3 weeks ago

[puLL-Merge] - actions/setup-python@v5.2.0..v5.3.0

Description

This PR updates the setup-python action to support newer Python versions, adds support for the macos-13 runner, and includes various improvements and bug fixes.

Changes ### Changes 1. .github/workflows/e2e-cache.yml: - Added support for macos-13 runner - Updated Python versions to include 3.10 and pypy-3.10-v7.x 2. .github/workflows/e2e-tests.yml: - Added a new job for testing older Python versions - Updated Python versions to include 3.12.7 and 3.13.0 - Added support for macos-13 runner 3. .github/workflows/publish-immutable-actions.yml: - Added a new workflow for publishing immutable action versions 4. .github/workflows/release-new-action-version.yml: - Updated the publish-action version to v0.3.0 5. .github/workflows/test-graalpy.yml: - Added support for macos-13 runner - Updated GraalPy versions to include 23.1 and 24.1 6. .github/workflows/test-pypy.yml: - Added support for macos-13 runner - Updated PyPy versions 7. .github/workflows/test-python.yml: - Added support for macos-13 runner - Updated Python versions to include 3.13.0 and 3.14.0-alpha.1 8. README.md: - Updated example Python versions to 3.13 - Updated PyPy version examples 9. __tests__/data/requirements.txt: - Updated pillow version to >=10.2.0 10. __tests__/utils.test.ts: - Added tests for the isGhes function 11. action.yml: - Updated architecture description to include arm64 12. dist/setup/index.js: - Updated isGhes function to handle GitHub Enterprise Cloud and localhost cases - Added normalization of line endings in pyproject.toml file parsing 13. docs/advanced-usage.md: - Updated Python version examples throughout the document - Removed references to Python 2.x versions 14. src/utils.ts: - Updated isGhes function to handle GitHub Enterprise Cloud and localhost cases - Added normalization of line endings in pyproject.toml file parsing

Possible Issues

Security Hotspots