Sourced from actions/checkout's releases.
v4.0.0
What's Changed
- Update default runtime to node20 by
@takost
in actions/checkout#1436- Support fetching without the --progress option by
@simonbaird
in actions/checkout#1067- Release 4.0.0 by
@takost
in actions/checkout#1447New Contributors
@takost
made their first contribution in actions/checkout#1436@simonbaird
made their first contribution in actions/checkout#1067Full Changelog: https://github.com/actions/checkout/compare/v3...v4.0.0
v3.6.0
What's Changed
- Mark test scripts with Bash'isms to be run via Bash by
@dscho
in actions/checkout#1377- Add option to fetch tags even if fetch-depth > 0 by
@RobertWieczoreck
in actions/checkout#579- Release 3.6.0 by
@luketomlinson
in actions/checkout#1437New Contributors
@RobertWieczoreck
made their first contribution in actions/checkout#579@luketomlinson
made their first contribution in actions/checkout#1437Full Changelog: https://github.com/actions/checkout/compare/v3.5.3...v3.6.0
v3.5.3
What's Changed
- Fix: Checkout Issue in self hosted runner due to faulty submodule check-ins by
@megamanics
in actions/checkout#1196- Fix typos found by codespell by
@DimitriPapadopoulos
in actions/checkout#1287- Add support for sparse checkouts by
@dscho
and@dfdez
in actions/checkout#1369- Release v3.5.3 by
@TingluoHuang
in actions/checkout#1376New Contributors
@megamanics
made their first contribution in actions/checkout#1196@DimitriPapadopoulos
made their first contribution in actions/checkout#1287@dfdez
made their first contribution in actions/checkout#1369Full Changelog: https://github.com/actions/checkout/compare/v3...v3.5.3
v3.5.2
What's Changed
- Fix: Use correct API url / endpoint in GHES by
@fhammerl
in actions/checkout#1289 based on #1286 by@1newsr
Full Changelog: https://github.com/actions/checkout/compare/v3.5.1...v3.5.2
v3.5.1
What's Changed
- Improve checkout performance on Windows runners by upgrading
@actions/github
dependency by@BrettDong
in actions/checkout#1246New Contributors
@BrettDong
made their first contribution in actions/checkout#1246
... (truncated)
Sourced from actions/checkout's changelog.
Changelog
v4.1.0
v4.0.0
v3.6.0
- Fix: Mark test scripts with Bash'isms to be run via Bash
- Add option to fetch tags even if fetch-depth > 0
v3.5.3
- Fix: Checkout fail in self-hosted runners when faulty submodule are checked-in
- Fix typos found by codespell
- Add support for sparse checkouts
v3.5.2
v3.5.1
v3.5.0
v3.4.0
v3.3.0
- Implement branch list using callbacks from exec function
- Add in explicit reference to private checkout options
- [Fix comment typos (that got added in #770)](actions/checkout#1057)
v3.2.0
- Add GitHub Action to perform release
- Fix status badge
- Replace datadog/squid with ubuntu/squid Docker image
- Wrap pipeline commands for submoduleForeach in quotes
- Update
@actions/io
to 1.1.2- Upgrading version to 3.2.0
v3.1.0
v3.0.2
... (truncated)
8ade135
Prepare 4.1.0 release (#1496)c533a0a
Add support for partial checkout filters (#1396)72f2cec
Update README.md for V4 (#1452)3df4ab1
Release 4.0.0 (#1447)8b5e8b7
Support fetching without the --progress option (#1067)97a652b
Update default runtime to node20 (#1436)f43a0e5
Release 3.6.0 (#1437)7739b9b
Add option to fetch tags even if fetch-depth > 0 (#579)96f5310
Mark test scripts with Bash'isms to be run via Bash (#1377)c85c95e
Release v3.5.3 (#1376)Sourced from actions/setup-python's releases.
v4.0.0
What's Changed
- Support for
python-version-file
input: #336Example of usage:
- uses: actions/setup-python@v4 with: python-version-file: '.python-version' # Read python version from a file - run: python my_script.py
There is no default python version for this
setup-python
major version, the action requires to specify eitherpython-version
input orpython-version-file
input. If thepython-version
input is not specified the action will try to read required version from file frompython-version-file
input.
- Use pypyX.Y for PyPy
python-version
input: #349Example of usage:
- uses: actions/setup-python@v4 with: python-version: 'pypy3.9' # pypy-X.Y kept for backward compatibility - run: python my_script.py
RUNNER_TOOL_CACHE
environment variable is equalAGENT_TOOLSDIRECTORY
: #338Bugfix: create missing
pypyX.Y
symlinks: #347
PKG_CONFIG_PATH
environment variable: #400Added
python-path
output: #405python-path
output contains Python executable path.Updated
zeit/ncc
tovercel/ncc
package: #393Bugfix: fixed output for prerelease version of poetry: #409
Made
pythonLocation
environment variable consistent for Python and PyPy: #418Bugfix for
3.x-dev
syntax: #417v3.1.4
What's Changed
In the scope of this patch release, the warning for deprecating Python 2.x was added in actions/setup-python#674 by
@dmitry-shibanov
For more information, check out actions/setup-python#672
... (truncated)
61a6322
Fix typos found by codespell (#650)ea5b57f
Bump semver from 7.3.8 to 7.5.2 (#692)014d32a
Bump tough-cookie and @azure/ms-rest-js
(#697)c16c4b8
Fix pipenv jobs (#699)0d5da6a
Read python version from pyproject.toml (fix #542)
(#669)3f824b7
remove python 2.7 from the tests (#687)bd6b4b6
Add warning for python 2.7 (#673)0cbcb9a
Merge pull request #668
from akv-platform/disallow-implicit-dependencies669664d
Merge branch 'tool-config-auto-update' into
disallow-implicit-dependencies9cbf792
Update configuration filesSourced from peter-evans/create-pull-request's releases.
Create Pull Request v5.0.0
Behaviour changes
- The action will no longer leave the local repository checked out on the pull request
branch
. Instead, it will leave the repository checked out on the branch or commit that it was when the action started.- When using
add-paths
, uncommitted changes will no longer be destroyed. They will be stashed and restored at the end of the action run.What's new
- Adds input
body-path
, the path to a file containing the pull request body.- At the end of the action run the local repository is now checked out on the branch or commit that it was when the action started.
- Any uncommitted tracked or untracked changes are now stashed and restored at the end of the action run. Currently, this can only occur when using the
add-paths
input, which allows for changes to not be committed. Previously, any uncommitted changes would be destroyed.- The proxy implementation has been revised but is not expected to have any change in behaviour. It continues to support the standard environment variables
http_proxy
,https_proxy
andno_proxy
.- Now sets the git
safe.directory
configuration for the local repository path. The configuration is removed when the action completes. Fixes issue peter-evans/create-pull-request#1170.- Now determines the git directory path using the
git rev-parse --git-dir
command. This allows users with custom repository configurations to use the action.- Improved handling of the
team-reviewers
input and associated errors.News
:trophy: create-pull-request won an award for "awesome action" at the Open Source Awards at GitHub Universe. Thank you for your support and for making create-pull-request one of the top used actions. Please give it a :star:, or even buy me a coffee.
What's Changed
- v5 by
@peter-evans
in peter-evans/create-pull-request#1792- 15 dependency updates by
@dependabot
Full Changelog: https://github.com/peter-evans/create-pull-request/compare/v4.2.4...v5.0.0
Create Pull Request v4.2.4
⚙️ Patches some recent security vulnerabilities.
What's Changed
- Update concepts-guidelines.md by
@chrisbruford
in peter-evans/create-pull-request#1610- 58 dependency updates by
@dependabot
New Contributors
@chrisbruford
made their first contribution in peter-evans/create-pull-request#1610Full Changelog: https://github.com/peter-evans/create-pull-request/compare/v4.2.3...v4.2.4
Create Pull Request v4.2.3
What's Changed
- fix: add check for missing token input by
@peter-evans
in peter-evans/create-pull-request#1324Full Changelog: https://github.com/peter-evans/create-pull-request/compare/v4.2.2...v4.2.3
Create Pull Request v4.2.2
What's Changed
- fix: support github server url for pushing to fork by
@peter-evans
in peter-evans/create-pull-request#1318
... (truncated)
1534078
fix: specify head repo (#2044)143be5d
build(deps-dev): bump @typescript-eslint/parser
from
5.59.9 to 5.59.11 (#2048)51e8ca2
build(deps-dev): bump @types/node
from 18.16.16 to
18.16.18 (#2047)712add8
build(deps-dev): bump @types/jest
from 29.5.1 to 29.5.2
(#2026)a9e8aab
build(deps-dev): bump eslint from 8.41.0 to 8.42.0 (#2024)37be4ff
build(deps-dev): bump @typescript-eslint/parser
from
5.59.8 to 5.59.9 (#2023)a5f0e5d
build(deps-dev): bump eslint-plugin-github from 4.7.0 to 4.8.0 (#2025)9ef70ee
build(deps-dev): bump @types/node
from 18.16.14 to
18.16.16 (#2009)0a28773
build(deps-dev): bump @typescript-eslint/parser
from
5.59.7 to 5.59.8 (#2008)4ddb8c8
build: update distribution (#1986)Sourced from docker/setup-buildx-action's releases.
v3.0.0
- Node 20 as default runtime (requires Actions Runner v2.308.0 or later) by
@crazy-max
in docker/setup-buildx-action#264- Bump
@actions/core
from 1.10.0 to 1.10.1 in docker/setup-buildx-action#267Full Changelog: https://github.com/docker/setup-buildx-action/compare/v2.10.0...v3.0.0
v2.10.0
What's Changed
- Bump
@docker/actions-toolkit
from 0.7.1 to 0.10.0 by@crazy-max
in docker/setup-buildx-action#258- Bump word-wrap from 1.2.3 to 1.2.5 in docker/setup-buildx-action#253
Full Changelog: https://github.com/docker/setup-buildx-action/compare/v2.9.1...v2.10.0
v2.9.1
- Bump
@docker/actions-toolkit
from 0.7.0 to 0.7.1 in docker/setup-buildx-action#248
- Fixes an issue where building Buildx does not match the local platform (docker/actions-toolkit#135)
Full Changelog: https://github.com/docker/setup-buildx-action/compare/v2.9.0...v2.9.1
v2.9.0
- Bump
@docker/actions-toolkit
from 0.6.0 to 0.7.0 in docker/setup-buildx-action#246
- Adds support to cache Buildx binary to hosted tool cache and GHA cache backend
Full Changelog: https://github.com/docker/setup-buildx-action/compare/v2.8.0...v2.9.0
v2.8.0
- Only set specific flags for drivers supporting them by
@nicks
in docker/setup-buildx-action#241- Bump
@docker/actions-toolkit
from 0.5.0 to 0.6.0 in docker/setup-buildx-action#242Full Changelog: https://github.com/docker/setup-buildx-action/compare/v2.7.0...v2.8.0
v2.7.0
- Bump
@docker/actions-toolkit
from 0.3.0 to 0.5.0 in docker/setup-buildx-action#237 docker/setup-buildx-action#238Full Changelog: https://github.com/docker/setup-buildx-action/compare/v2.6.0...v2.7.0
v2.6.0
- Set node name for k8s driver when appending nodes by
@crazy-max
in docker/setup-buildx-action#219- Bump
@docker/actions-toolkit
from 0.1.0-beta.18 to 0.3.0 in docker/setup-buildx-action#220 docker/setup-buildx-action#229 docker/setup-buildx-action#231 docker/setup-buildx-action#236Full Changelog: https://github.com/docker/setup-buildx-action/compare/v2.5.0...v2.6.0
v2.5.0
cleanup
input to remove builder and temp files by@crazy-max
in docker/setup-buildx-action#213- do not remove builder using the
docker
driver by@crazy-max
in docker/setup-buildx-action#218- fix current context as builder name for
docker
driver by@crazy-max
in docker/setup-buildx-action#209Full Changelog: https://github.com/docker/setup-buildx-action/compare/v2.4.1...v2.5.0
v2.4.1
... (truncated)
f95db51
Merge pull request #267
from docker/dependabot/npm_and_yarn/actions/core-1.10.1998a87c
chore: update generated content28bae59
build(deps): bump @actions/core
from 1.10.0 to 1.10.1c215341
Merge pull request #264
from crazy-max/update-node2002e9319
chore: node 20 as default runtime5c9160e
chore: update generated content1283140
chore: fix author in package.jsonc6afe06
vendor: bump @docker/actions-toolkit
from 0.10.0 to
0.12.0f35e0d5
chore: update dev dependenciesbaeb468
dev: remove unneeded binariesSourced from docker/login-action's releases.
v3.0.0
- Node 20 as default runtime (requires Actions Runner v2.308.0 or later) by
@crazy-max
in docker/login-action#593- Bump
@actions/core
from 1.10.0 to 1.10.1 in docker/login-action#598- Bump
@aws-sdk/client-ecr
and@aws-sdk/client-ecr-public
to 3.410.0 in docker/login-action#555 docker/login-action#560 docker/login-action#582 docker/login-action#599- Bump semver from 6.3.0 to 6.3.1 in docker/login-action#556
- Bump https-proxy-agent to 7.0.2 docker/login-action#561 docker/login-action#588
Full Changelog: https://github.com/docker/login-action/compare/v2.2.0...v3.0.0
v2.2.0
- Switch to actions-toolkit implementation by
@crazy-max
in docker/login-action#409 docker/login-action#470 docker/login-action#476- Bump
@aws-sdk/client-ecr
and@aws-sdk/client-ecr-public
to 3.347.1 in docker/login-action#524 docker/login-action#364 docker/login-action#363- Bump minimatch from 3.0.4 to 3.1.2 in docker/login-action#354
- Bump json5 from 2.2.0 to 2.2.3 in docker/login-action#378
- Bump http-proxy-agent from 5.0.0 to 7.0.0 in docker/login-action#509
- Bump https-proxy-agent from 5.0.1 to 7.0.0 in docker/login-action#508
Full Changelog: https://github.com/docker/login-action/compare/v2.1.0...v2.2.0
v2.1.0
- Ensure AWS temp credentials are redacted in workflow logs by
@crazy-max
(#275)- Bump
@actions/core
from 1.6.0 to 1.10.0 (#252 #292)- Bump
@aws-sdk/client-ecr
from 3.53.0 to 3.186.0 (#298)- Bump
@aws-sdk/client-ecr-public
from 3.53.0 to 3.186.0 (#299)Full Changelog: https://github.com/docker/login-action/compare/v2.0.0...v2.1.0
343f7c4
Merge pull request #599
from docker/dependabot/npm_and_yarn/aws-sdk-dependenc...aad0f97
chore: update generated content2e0cd39
build(deps): bump the aws-sdk-dependencies group with 2 updates203bc9c
Merge pull request #588
from docker/dependabot/npm_and_yarn/proxy-agent-depen...2199648
chore: update generated contentb489376
build(deps): bump the proxy-agent-dependencies group with 1 update7c309e7
Merge pull request #598
from docker/dependabot/npm_and_yarn/actions/core-1.10.10ccf222
chore: update generated content56d703e
Merge pull request #597
from docker/dependabot/github_actions/aws-actions/con...24d3b35
build(deps): bump @actions/core
from 1.10.0 to 1.10.1Sourced from docker/build-push-action's releases.
v5.0.0
- Node 20 as default runtime (requires Actions Runner v2.308.0 or later) by
@crazy-max
in docker/build-push-action#954- Bump
@actions/core
from 1.10.0 to 1.10.1 in docker/build-push-action#959Full Changelog: https://github.com/docker/build-push-action/compare/v4.2.1...v5.0.0
v4.2.1
Note
Buildx v0.10 enables support for a minimal SLSA Provenance attestation, which requires support for OCI-compliant multi-platform images. This may introduce issues with registry and runtime support (e.g. Google Cloud Run and AWS Lambda). You can optionally disable the default provenance attestation functionality using
provenance: false
.
- warn if docker config can't be parsed by
@crazy-max
in docker/build-push-action#957Full Changelog: https://github.com/docker/build-push-action/compare/v4.2.0...v4.2.1
v4.2.0
Note
Buildx v0.10 enables support for a minimal SLSA Provenance attestation, which requires support for OCI-compliant multi-platform images. This may introduce issues with registry and runtime support (e.g. Google Cloud Run and AWS Lambda). You can optionally disable the default provenance attestation functionality using
provenance: false
.
- display proxy configuration by
@crazy-max
in docker/build-push-action#872- chore(deps): Bump
@docker/actions-toolkit
from 0.6.0 to 0.8.0 in docker/build-push-action#930- chore(deps): Bump word-wrap from 1.2.3 to 1.2.5 in docker/build-push-action#925
- chore(deps): Bump semver from 6.3.0 to 6.3.1 in docker/build-push-action#902
Full Changelog: https://github.com/docker/build-push-action/compare/v4.1.1...v4.2.0
v4.1.1
Note
Buildx v0.10 enables support for a minimal SLSA Provenance attestation, which requires support for OCI-compliant multi-platform images. This may introduce issues with registry and runtime support (e.g. Google Cloud Run and AWS Lambda). You can optionally disable the default provenance attestation functionality using
provenance: false
.
- Bump
@docker/actions-toolkit
from 0.3.0 to 0.5.0 by@crazy-max
in docker/build-push-action#880Full Changelog: https://github.com/docker/build-push-action/compare/v4.1.0...v4.1.1
v4.1.0
Note
Buildx v0.10 enables support for a minimal SLSA Provenance attestation, which requires support for OCI-compliant multi-platform images. This may introduce issues with registry and runtime support (e.g. Google Cloud Run and AWS Lambda). You can optionally disable the default provenance attestation functionality using
provenance: false
.
- Switch to actions-toolkit implementation by
@crazy-max
in docker/build-push-action#811 docker/build-push-action#838 docker/build-push-action#855 docker/build-push-action#860 docker/build-push-action#875- e2e: quay.io by
@crazy-max
in docker/build-push-action#799 docker/build-push-action#805- e2e: local harbor and nexus by
@crazy-max
in docker/build-push-action#800- e2e: add artifactory container registry to test against by
@jedevc
in docker/build-push-action#804- e2e: add distribution tests by
@jedevc
in docker/build-push-action#814 docker/build-push-action#815Full Changelog: https://github.com/docker/build-push-action/compare/v4.0.0...v4.1.0
0565240
Merge pull request #959
from docker/dependabot/npm_and_yarn/actions/core-1.10.13ab07f8
chore: update generated contentb9e7e4d
chore(deps): Bump @actions/core
from 1.10.0 to 1.10.104d1a3b
Merge pull request #954
from crazy-max/update-node201a4d1a1
chore: node 20 as default runtime675965c
chore: update generated content58ee34c
chore: fix author in package.jsonc97c406
fix ProxyConfig type when checking length47d5369
vendor: bump @docker/actions-toolkit
from 0.8.0 to
0.12.08895c74
chore: update dev dependenciesSourced from arduino/setup-protoc's releases.
v2.0.0
Changelog
Adding support for the
MINOR.PATCH
tag namingBreaking
- Support only the new protobuf versioning scheme arduino/setup-protoc#78
Full Changelog: https://github.com/arduino/setup-protoc/compare/v1.3.0...v2.0.0
Contributors
v1.3.0
Changelog
Enhancement
- Support ARM64 and other platforms (#44 )
Full Changeset
https://github.com/arduino/setup-protoc/compare/v1.2.0...v1.3.0
Contributors
v1.2.0
Changelog
Enhancement
- Add security policy link to readme (#19) in arduino/setup-protoc#19
- Bump Node version to 16 (#48) arduino/setup-protoc#48
Full Changeset
https://github.com/arduino/setup-protoc/compare/v1.1.2...v1.2.0
v1.1.2
- Bump lodash from 4.17.15 to 4.17.19 #8
- Bump
@actions/core
from 1.0.0 to 1.2.6 #12- Add pagination logic when checking for versions #1
v1.1.1
- Define
repo-token
input in metadata
... (truncated)