chore(deps): update github actions #251
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v4.2.4->v4.3.0v2->v2.7.0v4.2.2->v4.3.1v3->v3.6.0v2->v2.3.4v0.4.1->v0.7.0v1.12.4->v1.13.0v1->v1.6.0Release Notes
actions/cache (actions/cache)
v4.3.0Compare Source
What's Changed
v4.3.0release by @Link- in #1655New Contributors
Full Changelog: actions/cache@v4...v4.3.0
actions/checkout (actions/checkout)
v2.7.0Compare Source
What's Changed
Full Changelog: actions/checkout@v2.6.0...v2.7.0
v2.6.0Compare Source
What's Changed
Full Changelog: actions/checkout@v2.5.0...v2.6.0
v2.5.0Compare Source
What's Changed
Full Changelog: actions/checkout@v2...v2.5.0
v2.4.2Compare Source
What's Changed
Full Changelog: actions/checkout@v2...v2.4.2
v2.4.1Compare Source
safe.directoryv2.4.0Compare Source
org-<ORG_ID>@​github.com:tohttps://github.com/- prv2.3.5Compare Source
Update dependencies
v2.3.4Compare Source
awaitsv2.3.3Compare Source
v2.3.2Compare Source
Add Third Party License Information to Dist Files
v2.3.1Compare Source
v2.3.0Compare Source
v2.2.0Compare Source
v2.1.1Compare Source
v2.1.0Compare Source
actions/setup-python (actions/setup-python)
v2.3.4Compare Source
What's Changed
In the scope of this patch release, the warning for deprecating Python 2.x was added in #675 by @dmitry-shibanov
For more information, check out #672
Full Changelog: actions/setup-python@v2...v2.3.4
v2.3.3: Update actions/core to 1.10.0 for v2Compare Source
In scope of this release we update actions/core to 1.10.0 for v2 major tag: #533.
v2.3.2: Update primary and restore keys for pipCompare Source
In scope of this release we include a version of python in restore and primary cache keys for pip. Besides, we add temporary fix for Windows caching issue, that the
pip cache dircommand returns non zero exit code or writes to stderr. Moreover we updated node-fetch dependency.v2.3.1: Update actions/cache version to 1.0.8Compare Source
We have updated actions/cache dependency version to 1.0.8 to support 10GB cache upload
v2.3.0: Support caching dependenciesCompare Source
This release introduces dependency caching support (#266)
Caching dependencies.
The action has a built-in functionality for caching and restoring pip/pipenv dependencies. The
cacheinput is optional, and caching is turned off by default.Besides, this release introduces dependency caching support for mono repos and repositories with complex structure.
By default, the action searches for the dependency file (requirements.txt for pip or Pipfile.lock for pipenv) in the whole repository. Use the
cache-dependency-pathinput for cases when you want to override current behaviour and use different file for hash generation (for example requirements-dev.txt). This input supports wildcards or a list of file names for caching multiple dependencies.Caching pip dependencies:
Caching pipenv dependencies:
Change dependency file:
v2.2.2Compare Source
Address PyPy installation issues on Windows: #196
v2.2.1Compare Source
v2.2.0Compare Source
v2.1.4Compare Source
v2.1.3Compare Source
v2.1.2Compare Source
v2.1.1Compare Source
Fix installation logic to prevent leaving files in GITHUB_WORKSPACE
Related issue: #101
v2.1.0Compare Source
v2.0.2Compare Source
v2.0.1Compare Source
ni/python-actions (ni/python-actions)
v0.7.0: ni/python-actions v0.7.0Compare Source
What's Changed
analyze-project: Replaceextrasinput with a more generalinstall-argsinput (#40)install-argsto pass whatever arguments you want topoetry install. Example:extrasinput has been removed. This breaks compatibility, but this project's major version is still 0, so we are only bumping the minor version.setup-poetry: Use temporary directory for Poetry installs (#41)$HOME/.local/poetry. This worked fine on GitHub-hosted runners and ephemeral self-hosted runners, but on long-lived self-hosted runners it produces errors when the directory already exists.$GITHUB_WORKSPACE/.cache/poetryso that self-hosted runners would automatically clean it up. However, this broke compatibility with clients that run tools that search the entire GitHub workspace for Python files.$GITHUB_WORKSPACE/..) to hide it from tools that search the entire GitHub workspace. However, this caused a regression for long-lived self-hosted runners.$RUNNER_TEMP/poetry, which is cleaned up before/after each job, but which is outside the GitHub workspace. This directory seems to be stable enough that caching is still effective. Hopefully this will be the last change of Poetry install location; if not, we will probably add an input to allow overriding it.Full Changelog: ni/python-actions@v0.6.1...v0.7.0
v0.6.1: ni/python-actions v0.6.1Compare Source
Bug Fixes
ni/python-actions/analyze-project: Fix #31 -ni/python-actions/analyze-projectdoes not think mypy is installed (#32)ni/python-actions/setup-poetry: Fix #33 - Moving Poetry install directory to$GITHUB_WORKSPACE/.cachebreaksnps lintwith default excludes (#34)What's Changed
@v0.2with@v0and recommend pinning (#29)analyze-projectdocs (#30)ni/python-actions/analyze-project:Full Changelog: ni/python-actions@v0.6.0...v0.6.1
v0.6.0: ni/python-actions v0.6.0Compare Source
What's Changed
ni/python-actions/analyze-projectcomposite action (#24)README.mdfor each action (#25)actions/setup-pythonaction to v6 (#27)New Contributors
Full Changelog: ni/python-actions@v0.5.1...v0.6.0
v0.5.1: ni/python-actions v0.5.1Compare Source
What's Changed
Full Changelog: ni/python-actions@v0.5.0...v0.5.1
v0.5.0: ni/python-actions v0.5.0Compare Source
What's Changed
setup-poetry:update-project-version:Full Changelog: ni/python-actions@v0.4.1...v0.5.0
pypa/gh-action-pypi-publish (pypa/gh-action-pypi-publish)
v1.13.0Compare Source
Take the 2025 Python Packaging Survey if you still haven't!
✨ New Stuff
@woodruffw💰 updated the README to no longer mention the attestations feature being experimental in #347: it's been rather stable for a year already 🎉
He also added more diagnostic output which includes printing out the GitHub Environment claim via #371 and warning about the unsupported reusable workflows configurations #306, when using Trusted Publishing.
In addition to that, @konstin💰 sent #378 to pin
actions/setup-pythonto a SHA hash. This makespypi-publishcompatible with new GitHub policies that allow organizations to mandate hash-pinning actions used in workflows.🛠️ Internal Dependencies
@webknjaz💰 made a bunch of updates to the action runtime which includes bumping it to Python 3.13 in #331 and updating the dependency tree across the board.
pip-with-requires-pythonis no longer being installed (#332). Some related bumps were contributed by @woodruffw💰 (#359) and @kurtmckee💰 sent a contributor-facing PR, bumping the linting configuration via #335.💪 New Contributors
🪞 Full Diff: pypa/gh-action-pypi-publish@v1.12.4...v1.13.0
🧔♂️ Release Manager: @webknjaz 🇺🇦
💬 Discuss on Bluesky 🦋, on Mastodon 🐘 and on GitHub.
thollander/actions-comment-pull-request (thollander/actions-comment-pull-request)
v1.6.0: Issues default managementCompare Source
What's Changed
Full Changelog: thollander/actions-comment-pull-request@v1.5.0...v1.6.0
v1.5.0: GITHUB_TOKEN as default + depsCompare Source
What's Changed
New Contributors
Full Changelog: thollander/actions-comment-pull-request@v1.4.1...v1.5.0
v1.4.1: Reactions - fix action metadataCompare Source
v1.4.0: ReactionsCompare Source
v1.3.0: Node JS environment #fasterCompare Source
What's Changed
Full Changelog: thollander/actions-comment-pull-request@v1...v1.3.0
v1.2.0: Upsert modeCompare Source
v1.1.0: Ability to specify PR number to comment onCompare Source
v1.0.5: Update dependenciesCompare Source
v1.0.4Compare Source
v1.0.3: Documentation updateCompare Source
v1.0.2: Update dependenciesCompare Source
v1.0.1: fix: docker build failsCompare Source
Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) in timezone US/Central, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.
This PR was generated by Mend Renovate. View the repository job log.