generated from wayfair-incubator/oss-template
-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update GitHub Actions (major) #49
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/major-github-actions
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #49 +/- ##
=======================================
Coverage 86.51% 86.51%
=======================================
Files 12 12
Lines 1824 1824
Branches 215 215
=======================================
Hits 1578 1578
Misses 146 146
Partials 100 100 |
deddd7c
to
84524a3
Compare
1b30395
to
e3d49c5
Compare
963428c
to
9bd8268
Compare
20830e4
to
13326e5
Compare
13326e5
to
c987ec0
Compare
c987ec0
to
c0681dd
Compare
41b7fbd
to
924ff07
Compare
7e62e81
to
cd2ed0f
Compare
cd2ed0f
to
dca1187
Compare
5c91a2b
to
90624d7
Compare
90624d7
to
0c1bacf
Compare
2f3ab1d
to
8c063e6
Compare
8c063e6
to
845d026
Compare
845d026
to
c0e8588
Compare
a6a67f1
to
1e7f815
Compare
1e7f815
to
9519013
Compare
9519013
to
d9ae6b7
Compare
e08f01d
to
5e0709b
Compare
5e0709b
to
b046334
Compare
72ce9c7
to
d82c412
Compare
d82c412
to
4bf5dfc
Compare
71af961
to
7e1c875
Compare
7e1c875
to
227a9f6
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
v3
->v4
v4.6.0
->v5.4.0
v8
->v9
v3
->v4
v3.1.3
->v5.4.0
v0.1.3
->v1.1.1
Release Notes
actions/checkout (actions/checkout)
v4
Compare Source
url-helper.ts
now leverages well-known environment variables by @jww3 in https://github.com/actions/checkout/pull/1941isGhes
by @jww3 in https://github.com/actions/checkout/pull/1946actions/setup-python (actions/setup-python)
v5.4.0
Compare Source
What's Changed
Enhancements:
Documentation changes:
Dependency updates:
undici
from 5.28.4 to 5.28.5 by @dependabot in https://github.com/actions/setup-python/pull/1012urllib3
from 1.25.9 to 1.26.19 in /tests/data by @dependabot in https://github.com/actions/setup-python/pull/895actions/publish-immutable-action
from 0.0.3 to 0.0.4 by @dependabot in https://github.com/actions/setup-python/pull/1014@actions/http-client
from 2.2.1 to 2.2.3 by @dependabot in https://github.com/actions/setup-python/pull/1020requests
from 2.24.0 to 2.32.2 in /tests/data by @dependabot in https://github.com/actions/setup-python/pull/1019@actions/cache
to^4.0.0
by @priyagupta108 in https://github.com/actions/setup-python/pull/1007New Contributors
Full Changelog: actions/setup-python@v5...v5.4.0
v5.3.0
Compare Source
What's Changed
Bug Fixes:
isGhes
logic by @jww3 in https://github.com/actions/setup-python/pull/963Enhancements:
New Contributors
Full Changelog: actions/setup-python@v5...v5.3.0
v5.2.0
Compare Source
What's Changed
Bug fixes:
.zip
extension to Windows package downloads forExpand-Archive
Compatibility by @priyagupta108 in https://github.com/actions/setup-python/pull/916This addresses compatibility issues on Windows self-hosted runners by ensuring that the filenames for Python and PyPy package downloads explicitly include the .zip extension, allowing the Expand-Archive command to function correctly.
This addresses issues with caching by adding the architecture (arch) to the cache key, ensuring that cache keys are accurate to prevent conflicts.
Note: This change may break previous cache keys as they will no longer be compatible with the new format.
Documentation changes:
Dependency updates:
New Contributors
Full Changelog: actions/setup-python@v5...v5.2.0
v5.1.1
Compare Source
What's Changed
Bug fixes:
This update ensures compatibility and optimal performance of workflows on the latest macOS version.
Documentation changes:
Dependency updates:
New Contributors
Full Changelog: actions/setup-python@v5...v5.1.1
v5.1.0
Compare Source
What's Changed
New Contributors
Full Changelog: actions/setup-python@v5.0.0...v5.1.0
v5.0.0
Compare Source
What's Changed
In scope of this release, we update node version runtime from node16 to node20 (https://github.com/actions/setup-python/pull/772). Besides, we update dependencies to the latest versions.
Full Changelog: actions/setup-python@v4.8.0...v5.0.0
v4.8.0
Compare Source
What's Changed
In scope of this release we added support for GraalPy (https://github.com/actions/setup-python/pull/694). You can use this snippet to set up GraalPy:
Besides, the release contains such changes as:
New Contributors
Full Changelog: actions/setup-python@v4...v4.8.0
v4.7.1
Compare Source
What's Changed
Full Changelog: actions/setup-python@v4...v4.7.1
v4.7.0
Compare Source
In scope of this release, the support for reading python version from pyproject.toml was added (https://github.com/actions/setup-python/pull/669).
Besides, it includes such changes as:
New Contributors
Full Changelog: actions/setup-python@v4...v4.7.0
v4.6.1
Compare Source
What's Changed
allow-prereleases
sample configuration by @mayeut in https://github.com/actions/setup-python/pull/615New Contributors
Full Changelog: actions/setup-python@v4...v4.6.1
actions/stale (actions/stale)
v9
Compare Source
actions/upload-artifact (actions/upload-artifact)
v4
Compare Source
codecov/codecov-action (codecov/codecov-action)
v5.4.0
Compare Source
What's Changed
use_pypi
bypasses integrity checks too by @webknjaz in https://github.com/codecov/codecov-action/pull/1773Full Changelog: https://github.com/codecov/codecov-action/compare/v5.3.1..v5.4.0
v5.3.1
Compare Source
What's Changed
Full Changelog: https://github.com/codecov/codecov-action/compare/v5.3.0..v5.3.1
v5.3.0
Compare Source
What's Changed
Full Changelog: https://github.com/codecov/codecov-action/compare/v5.2.0..v5.3.0
v5.2.0
Compare Source
What's Changed
Full Changelog: https://github.com/codecov/codecov-action/compare/v5.1.2..v5.2.0
v5.1.2
Compare Source
What's Changed
${{ inputs.token }}
inaction.yml
by @jwodder in https://github.com/codecov/codecov-action/pull/1721Full Changelog: https://github.com/codecov/codecov-action/compare/v5.1.1..v5.1.2
v5.1.1
Compare Source
What's Changed
Full Changelog: https://github.com/codecov/codecov-action/compare/v5.1.0..v5.1.1
v5.1.0
Compare Source
What's Changed
Full Changelog: https://github.com/codecov/codecov-action/compare/v5.0.7..v5.1.0
v5.0.7
Compare Source
What's Changed
Full Changelog: https://github.com/codecov/codecov-action/compare/v5.0.6..v5.0.7
v5.0.6
Compare Source
What's Changed
Full Changelog: https://github.com/codecov/codecov-action/compare/v5.0.5..v5.0.6
v5.0.5
Compare Source
What's Changed
Full Changelog: https://github.com/codecov/codecov-action/compare/v5.0.4..v5.0.5
v5.0.4
Compare Source
What's Changed
Full Changelog: https://github.com/codecov/codecov-action/compare/v5.0.3..v5.0.4
v5.0.3
Compare Source
What's Changed
inputs.disable_safe_directory
by @mkroening in https://github.com/codecov/codecov-action/pull/1666Full Changelog: https://github.com/codecov/codecov-action/compare/v5.0.2..v5.0.3
v5.0.2
Compare Source
What's Changed
Full Changelog: codecov/codecov-action@v5.0.1...v5.0.2
v5.0.1
Compare Source
What's Changed
Full Changelog: codecov/codecov-action@v5.0.0...v5.0.1
v5.0.0
Compare Source
v5 Release
v5
of the Codecov GitHub Action will use the Codecov Wrapper to encapsulate the CLI. This will help ensure that the Action gets updates quicker.Migration Guide
The
v5
release also coincides with the opt-out feature for tokens for public repositories. In theGlobal Upload Token
section of the settings page of an organization in codecov.io, you can set the ability for Codecov to receive a coverage reports from any source. This will allow contributors or other members of a repository to upload without needing access to the Codecov token. For more details see how to upload without a token.The following arguments have been added:
binary
gcov_args
gcov_executable
gcov_ignore
gcov_include
report_type
skip_validation
swift_project
You can see their usage in the
action.yml
file.v4.6.0
Compare Source
What's Changed
versionInfo
by @marcobiedermann in https://github.com/codecov/codecov-action/pull/1407evenName
in the logs correctly by @webknjaz in https://github.com/codecov/codecov-action/pull/1560v4.5.0
Compare Source
What's Changed
Configuration
📅 Schedule: Branch creation - "before 3am every weekday" (UTC), 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.