Skip to content
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
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 5, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
actions/checkout action major v3 -> v4
actions/setup-python action major v4.6.0 -> v5.1.0
actions/stale action major v8 -> v9
actions/upload-artifact action major v3 -> v4
codecov/codecov-action action major v3.1.3 -> v4.4.0
suzuki-shunsuke/github-action-renovate-config-validator action major v0.1.3 -> v1.0.1

Release Notes

actions/checkout (actions/checkout)

v4

Compare Source

actions/setup-python (actions/setup-python)

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:

steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4 
  with:
    python-version: 'graalpy-22.3' 
- run: python my_script.py

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).

      - name: Setup Python
        uses: actions/setup-python@v4
        with:
          python-version-file: pyproject.toml
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

New 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)

v4.4.0

Compare Source

v4.3.1

Compare Source

v4.3.0

Compare Source

What's Changed

Full Changelog: codecov/codecov-action@v4.2.0...v4.3.0

v4.2.0

Compare Source

What's Changed

Full Changelog: codecov/codecov-action@v4.1.1...v4.2.0

v4.1.1

Compare Source

What's Changed

New Contributors

Full Changelog: codecov/codecov-action@v4.1.0...v4.1.1

v4.1.0

Compare Source

What's Changed

Full Changelog: codecov/codecov-action@v4.0.2...v4.1.0

v4.0.2

Compare Source

What's Changed
New Contributors

Full Changelog: codecov/codecov-action@v4.0.1...v4.0.2

v4.0.1

Compare Source

What's Changed

Full Changelog: codecov/codecov-action@v4.0.0...v4.0.1

v4.0.0

Compare Source

v4 of the Codecov Action uses the CLI as the underlying upload. The CLI has helped to power new features including local upload, the global upload token, and new upcoming features.

Breaking Changes
  • The Codecov Action runs as a node20 action due to node16 deprecation. See this post from GitHub on how to migrate.
  • Tokenless uploading is unsupported. However, PRs made from forks to the upstream public repos will support tokenless (e.g. contributors to OS projects do not need the upstream repo's Codecov token). This doc shows instructions on how to add the Codecov token.
  • OS platforms have been added, though some may not be automatically detected. To see a list of platforms, see our CLI download page
  • Various arguments to the Action have been changed. Please be aware that the arguments match with the CLI's needs

v3 versions and below will not have access to CLI features (e.g. global upload token, ATS).

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@codecov
Copy link

codecov bot commented Sep 5, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 86.51%. Comparing base (6817a73) to head (c0681dd).

❗ Current head c0681dd differs from pull request most recent head 2f3ab1d. Consider uploading reports for the commit 2f3ab1d to get more accurate results

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           

@renovate renovate bot force-pushed the renovate/major-github-actions branch from deddd7c to 84524a3 Compare September 5, 2023 00:06
@renovate renovate bot force-pushed the renovate/major-github-actions branch 2 times, most recently from 1b30395 to e3d49c5 Compare October 4, 2023 18:18
@renovate renovate bot changed the title chore(deps): update actions/checkout action to v4 chore(deps): update actions/checkout action to v4 - autoclosed Oct 17, 2023
@renovate renovate bot closed this Oct 17, 2023
@renovate renovate bot deleted the renovate/major-github-actions branch October 17, 2023 18:34
@renovate renovate bot changed the title chore(deps): update actions/checkout action to v4 - autoclosed chore(deps): update actions/checkout action to v4 Oct 19, 2023
@renovate renovate bot reopened this Oct 19, 2023
@renovate renovate bot restored the renovate/major-github-actions branch October 19, 2023 10:14
@renovate renovate bot changed the title chore(deps): update actions/checkout action to v4 Update actions/checkout action to v4 Oct 30, 2023
@renovate renovate bot force-pushed the renovate/major-github-actions branch 2 times, most recently from 963428c to 9bd8268 Compare October 30, 2023 13:05
@renovate renovate bot changed the title Update actions/checkout action to v4 Update GitHub Actions (major) Dec 6, 2023
@renovate renovate bot force-pushed the renovate/major-github-actions branch 3 times, most recently from 20830e4 to 13326e5 Compare December 8, 2023 07:06
@renovate renovate bot force-pushed the renovate/major-github-actions branch from 13326e5 to c987ec0 Compare December 14, 2023 17:16
@renovate renovate bot force-pushed the renovate/major-github-actions branch from c987ec0 to c0681dd Compare January 13, 2024 12:20
@renovate renovate bot force-pushed the renovate/major-github-actions branch 2 times, most recently from 41b7fbd to 924ff07 Compare February 2, 2024 00:41
@renovate renovate bot force-pushed the renovate/major-github-actions branch 2 times, most recently from 7e62e81 to cd2ed0f Compare February 26, 2024 22:40
@renovate renovate bot force-pushed the renovate/major-github-actions branch from cd2ed0f to dca1187 Compare March 26, 2024 18:04
@renovate renovate bot force-pushed the renovate/major-github-actions branch 2 times, most recently from 5c91a2b to 90624d7 Compare April 9, 2024 19:27
@renovate renovate bot force-pushed the renovate/major-github-actions branch from 90624d7 to 0c1bacf Compare May 3, 2024 11:59
@renovate renovate bot force-pushed the renovate/major-github-actions branch from 0c1bacf to 2f3ab1d Compare May 14, 2024 19:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants