dagger icon indicating copy to clipboard operation
dagger copied to clipboard

Update GitHub Actions (major)

Open renovate[bot] opened this issue 1 year ago • 1 comments

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.2.0
actions/stale action major v8 -> v9
actions/upload-artifact action major v3 -> v4
codecov/codecov-action action major v3.1.3 -> v4.6.0
suzuki-shunsuke/github-action-renovate-config-validator action major v0.1.3 -> v1.1.0

Release Notes

actions/checkout (actions/checkout)

v4

Compare Source

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

v5.2.0

Compare Source

v5.1.1

Compare Source

What's Changed
Bug fixes:
Documentation changes:
Dependency updates:
New Contributors

Full Changelog: https://github.com/actions/setup-python/compare/v5...v5.1.1

v5.1.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/actions/setup-python/compare/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: https://github.com/actions/setup-python/compare/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: https://github.com/actions/setup-python/compare/v4...v4.8.0

v4.7.1

Compare Source

What's Changed

Full Changelog: https://github.com/actions/setup-python/compare/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: https://github.com/actions/setup-python/compare/v4...v4.7.0

v4.6.1

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/actions/setup-python/compare/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.6.0

Compare Source

v4.5.0

Compare Source

What's Changed
New Contributors

Full Changelog: https://github.com/codecov/codecov-action/compare/v4.4.1...v4.5.0

v4.4.1

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/codecov/codecov-action/compare/v4.4.0...v4.4.1

What's Changed

New Contributors

Full Changelog: https://github.com/codecov/codecov-action/compare/v4.4.0...v4.4.1

v4.4.0

Compare Source

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v4.3.1...v4.4.0

v4.3.1

Compare Source

v4.3.0

Compare Source

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v4.2.0...v4.3.0

v4.2.0

Compare Source

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v4.1.1...v4.2.0

v4.1.1

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/codecov/codecov-action/compare/v4.1.0...v4.1.1

v4.1.0

Compare Source

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v4.0.2...v4.1.0

v4.0.2

Compare Source

What's Changed
New Contributors

Full Changelog: https://github.com/codecov/codecov-action/compare/v4.0.1...v4.0.2

v4.0.1

Compare Source

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/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 was generated by Mend Renovate. View the repository job log.

renovate[bot] avatar Sep 05 '23 00:09 renovate[bot]

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

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

:exclamation: Current head c0681dd differs from pull request most recent head 845d026

Please upload reports for the commit 845d026 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           

codecov[bot] avatar Sep 05 '23 00:09 codecov[bot]