Skip to content

chore(ci): bump the github-actions group with 8 updates#40

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/github-actions-260039f757
Open

chore(ci): bump the github-actions group with 8 updates#40
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/github-actions-260039f757

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github May 5, 2025

Bumps the github-actions group with 8 updates:

Package From To
actions/checkout 3 4
actions/setup-python 3 5
pre-commit/action 2.0.3 3.0.1
wagoid/commitlint-github-action 5 6
codecov/codecov-action 3 5
python-semantic-release/python-semantic-release 7.34.6 9.21.1
browniebroke/hacktoberfest-labeler-action 2.2.0 2.3.0
tiangolo/issue-manager 0.4.0 0.5.1

Updates actions/checkout from 3 to 4

Release notes

Sourced from actions/checkout's releases.

v4.0.0

What's Changed

New Contributors

Full Changelog: actions/checkout@v3...v4.0.0

v3.6.0

What's Changed

New Contributors

Full Changelog: actions/checkout@v3.5.3...v3.6.0

v3.5.3

What's Changed

New Contributors

Full Changelog: actions/checkout@v3...v3.5.3

v3.5.2

What's Changed

Full Changelog: actions/checkout@v3.5.1...v3.5.2

v3.5.1

What's Changed

New Contributors

... (truncated)

Changelog

Sourced from actions/checkout's changelog.

Changelog

v4.2.2

v4.2.1

v4.2.0

v4.1.7

v4.1.6

v4.1.5

v4.1.4

v4.1.3

v4.1.2

v4.1.1

v4.1.0

... (truncated)

Commits

Updates actions/setup-python from 3 to 5

Release notes

Sourced from actions/setup-python's releases.

v5.0.0

What's Changed

In scope of this release, we update node version runtime from node16 to node20 (actions/setup-python#772). Besides, we update dependencies to the latest versions.

Full Changelog: actions/setup-python@v4.8.0...v5.0.0

v4.9.1

What's Changed

Full Changelog: actions/setup-python@v4...v4.9.1

v4.9.0

What's Changed

  • Upgrade actions/cache to 4.0.3 by @​priya-kinthali in actions/setup-python#1073 In scope of this release we updated actions/cache package to ensure continued support and compatibility, as older versions of the package are now deprecated. For more information please refer to the toolkit/cache.

Full Changelog: actions/setup-python@v4.8.0...v4.9.0

v4.8.0

What's Changed

In scope of this release we added support for GraalPy (actions/setup-python#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

... (truncated)

Commits
  • a26af69 Bump ts-jest from 29.1.2 to 29.3.2 (#1081)
  • 30eafe9 Bump prettier from 2.8.8 to 3.5.3 (#1046)
  • 5d95bc1 Bump semver and @​types/semver (#1091)
  • 6ed2c67 Fix for Candidate Not Iterable Error (#1082)
  • e348410 Remove Ubuntu 20.04 from workflows due to deprecation from 2025-04-15 (#1065)
  • 8d9ed9a Add e2e Testing for free threaded and Bump @​action/cache from 4.0.0 to 4.0.3 ...
  • 19e4675 Add support for .tool-versions file in setup-python (#1043)
  • 6fd11e1 Bump @​actions/glob from 0.4.0 to 0.5.0 (#1015)
  • 9e62be8 Support free threaded Python versions like '3.13t' (#973)
  • 6ca8e85 Bump @​vercel/ncc from 0.38.1 to 0.38.3 (#1016)
  • Additional commits viewable in compare view

Updates pre-commit/action from 2.0.3 to 3.0.1

Release notes

Sourced from pre-commit/action's releases.

pre-commit/action@v3.0.1

Misc

pre-commit/action@v3.0.0

Breaking

see README for alternatives

Commits
  • 2c7b380 v3.0.1
  • 8e2deeb Merge pull request #190 from SukiCZ/upgrade-action/cache-v4
  • 0dbc303 Upgrade action/cache to v4. Fixes: #189
  • c7d159c Merge pull request #185 from pre-commit/asottile-patch-1
  • 9dd4237 fix main badge
  • 37faf8a Merge pull request #184 from pre-commit/pre-commit-ci-update-config
  • 049686e [pre-commit.ci] pre-commit autoupdate
  • 5f528da move back to maintenance-only
  • efd3bcf Merge pull request #170 from pre-commit/pre-commit-ci-update-config
  • df308c7 [pre-commit.ci] pre-commit autoupdate
  • Additional commits viewable in compare view

Updates wagoid/commitlint-github-action from 5 to 6

Changelog

Sourced from wagoid/commitlint-github-action's changelog.

6.2.0 (2024-12-16)

Features

  • handle merge_group event - get squashed commit (#806) (ef2cd3b)

6.1.2 (2024-09-04)

Bug Fixes

  • using compareCommits for push event commit query (#801) (47ff131)

6.1.1 (2024-08-21)

6.1.0 (2024-08-20)

Features

  • updating push event trigger to use rest API (OctoKit) vs push event (70e22e9)

Bug Fixes

  • updating unit tests with mocking push octokit list commits (c3ab7fd)
Commits
  • b948419 chore(release): publish 6.2.1 [skip-ci]
  • ddda164 chore: readme.md update github actions versions (#808)
  • 0184f5a chore(release): publish 6.2.0 [skip-ci]
  • ef2cd3b feat: handle merge_group event - get squashed commit (#806)
  • 3d28780 chore(release): publish 6.1.2 [skip-ci]
  • 47ff131 fix: using compareCommits for push event commit query (#801)
  • a2bc521 chore(release): publish 6.1.1 [skip-ci]
  • bc25072 Merge pull request #800 from wagoid/revert-798-feat/using-rest-for-push
  • 09a8abb Revert "feat: updating push event trigger to use rest API (OctoKit) vs push e...
  • dbd4ecd chore(release): publish 6.1.0 [skip-ci]
  • Additional commits viewable in compare view

Updates codecov/codecov-action from 3 to 5

Release notes

Sourced from codecov/codecov-action's releases.

v5.0.0

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 the Global 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.

[!WARNING]
The following arguments have been changed

  • file (this has been deprecated in favor of files)
  • plugin (this has been deprecated in favor of plugins)

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.

What's Changed

... (truncated)

Changelog

Sourced from codecov/codecov-action's changelog.

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 the Global 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.

[!WARNING] The following arguments have been changed

  • file (this has been deprecated in favor of files)
  • plugin (this has been deprecated in favor of plugins)

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.

What's Changed

... (truncated)

Commits

Updates python-semantic-release/python-semantic-release from 7.34.6 to 9.21.1

Release notes

Sourced from python-semantic-release/python-semantic-release's releases.

v9.21.1 (2025-05-05)

This release is published under the MIT License.

🪲 Bug Fixes

  • changelog-filters: Fixes url resolution when prefix & path share letters (PR#1239, f61f8a3)

📖 Documentation

  • github-actions: Expound on monorepo example to include publishing actions (PR#1229, 550e85f)

⚙️ Build System

  • deps: Bump rich dependency from 13.0 to 14.0 (PR#1224, 691536e)

  • deps: Expand python-gitlab dependency to include v5.0.0 (PR#1228, a0cd1be)

✅ Resolved Issues

  • #1204: Unexpected & Invalid urls generated in changelog

Detailed Changes: v9.21.0...v9.21.1


Installable artifacts are available from:

v9.21.0 (2025-02-23)

This release is published under the MIT License.

✨ Features

  • Add package name variant, python-semantic-release, project script (PR#1199, 1ac97bc)

📖 Documentation

  • github-actions: Update example workflow to handle rapid merges (PR#1200, 1a4116a)

✅ Resolved Issues

  • #1195: Native uvx support

... (truncated)

Changelog

Sourced from python-semantic-release/python-semantic-release's changelog.

v9.21.1 (2025-05-05)

🪲 Bug Fixes

  • changelog-filters: Fixes url resolution when prefix & path share letters, closes [#1204](https://github.com/python-semantic-release/python-semantic-release/issues/1204)_ (PR#1239, f61f8a3)

📖 Documentation

  • github-actions: Expound on monorepo example to include publishing actions (PR#1229, 550e85f)

⚙️ Build System

  • deps: Bump rich dependency from 13.0 to 14.0 (PR#1224, 691536e)

  • deps: Expand python-gitlab dependency to include v5.0.0 (PR#1228, a0cd1be)

.. _#1204: python-semantic-release/python-semantic-release#1204 .. _550e85f: python-semantic-release/python-semantic-release@550e85f .. _691536e: python-semantic-release/python-semantic-release@691536e .. _a0cd1be: python-semantic-release/python-semantic-release@a0cd1be .. _f61f8a3: python-semantic-release/python-semantic-release@f61f8a3 .. _PR#1224: python-semantic-release/python-semantic-release#1224 .. _PR#1228: python-semantic-release/python-semantic-release#1228 .. _PR#1229: python-semantic-release/python-semantic-release#1229 .. _PR#1239: python-semantic-release/python-semantic-release#1239

.. _changelog-v9.21.0:

v9.21.0 (2025-02-23)

✨ Features

  • Add package name variant, python-semantic-release, project script, closes [#1195](https://github.com/python-semantic-release/python-semantic-release/issues/1195)_ (PR#1199, 1ac97bc)

📖 Documentation

  • github-actions: Update example workflow to handle rapid merges (PR#1200, 1a4116a)

.. _#1195: python-semantic-release/python-semantic-release#1195

... (truncated)

Commits
  • 0dc72ac 9.21.1
  • f61f8a3 fix(changelog-filters): fixes url resolution when prefix & path share letters...
  • 71ab2cf refactor: pull project version variable from package metadata (#1240)
  • f7ef0e4 build(deps-build): expand setuptools dependency to include v79 & v80 (#1237)
  • ef7d4ff ci(deps): bump mikepenz/action-junit-report@5.5.0 to v5.5.1
  • 493b906 ci(deps): bump tj-actions/changed-files@v46.0.2 to v46.0.5
  • 6e3678a build(deps-build): expand setuptools dependency to include v76, v77, & ...
  • f7acbf3 build(deps-test): expand pytest-cov dependency to include v6 updates (#1231)
  • 550e85f docs(github-actions): expound on monorepo example to include publishing actio...
  • 691536e build(deps): bump rich dependency from 13.0 to 14.0 (#1224)
  • Additional commits viewable in compare view

Updates browniebroke/hacktoberfest-labeler-action from 2.2.0 to 2.3.0

Release notes

Sourced from browniebroke/hacktoberfest-labeler-action's releases.

v2.3.0

Feature

  • Install deps using PEP 517 (#329) (007630a)
  • Upgrade to Python 3.11 (#304)

Fix

  • Use action from current branch (3ce2487)

Documentation

  • Update README.md to suggest forking due to GitHub's wide permission scopes (#265) (cdec691)
Changelog

Sourced from browniebroke/hacktoberfest-labeler-action's changelog.

v2.3.0 (2022-12-12)

Feature

Fix

  • Revert to Python 3.9 (1409765)
  • Use action from current branch (3ce2487)

Documentation

  • Update README.md to suggest forking due to GitHub's wide permission scopes (#265) (cdec691)
Commits
  • 4b84e14 2.3.0
  • 2a59fa0 chore(deps): upgrade dependencies (#321)
  • 007630a feat: install deps using PEP 517 (#329)
  • 65ad1b4 chore(deps): update pre-commit hook commitizen-tools/commitizen to v2.38.0 (#...
  • 9b3325e chore(deps): update pre-commit hook python-poetry/poetry to v1.3.1
  • <...

    Description has been truncated

Bumps the github-actions group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [actions/checkout](https://github.com/actions/checkout) | `3` | `4` |
| [actions/setup-python](https://github.com/actions/setup-python) | `3` | `5` |
| [pre-commit/action](https://github.com/pre-commit/action) | `2.0.3` | `3.0.1` |
| [wagoid/commitlint-github-action](https://github.com/wagoid/commitlint-github-action) | `5` | `6` |
| [codecov/codecov-action](https://github.com/codecov/codecov-action) | `3` | `5` |
| [python-semantic-release/python-semantic-release](https://github.com/python-semantic-release/python-semantic-release) | `7.34.6` | `9.21.1` |
| [browniebroke/hacktoberfest-labeler-action](https://github.com/browniebroke/hacktoberfest-labeler-action) | `2.2.0` | `2.3.0` |
| [tiangolo/issue-manager](https://github.com/tiangolo/issue-manager) | `0.4.0` | `0.5.1` |


Updates `actions/checkout` from 3 to 4
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3...v4)

Updates `actions/setup-python` from 3 to 5
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@v3...v5)

Updates `pre-commit/action` from 2.0.3 to 3.0.1
- [Release notes](https://github.com/pre-commit/action/releases)
- [Commits](pre-commit/action@v2.0.3...v3.0.1)

Updates `wagoid/commitlint-github-action` from 5 to 6
- [Changelog](https://github.com/wagoid/commitlint-github-action/blob/master/CHANGELOG.md)
- [Commits](wagoid/commitlint-github-action@v5...v6)

Updates `codecov/codecov-action` from 3 to 5
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](codecov/codecov-action@v3...v5)

Updates `python-semantic-release/python-semantic-release` from 7.34.6 to 9.21.1
- [Release notes](https://github.com/python-semantic-release/python-semantic-release/releases)
- [Changelog](https://github.com/python-semantic-release/python-semantic-release/blob/master/CHANGELOG.rst)
- [Commits](python-semantic-release/python-semantic-release@v7.34.6...v9.21.1)

Updates `browniebroke/hacktoberfest-labeler-action` from 2.2.0 to 2.3.0
- [Release notes](https://github.com/browniebroke/hacktoberfest-labeler-action/releases)
- [Changelog](https://github.com/browniebroke/hacktoberfest-labeler-action/blob/main/CHANGELOG.md)
- [Commits](browniebroke/hacktoberfest-labeler-action@v2.2.0...v2.3.0)

Updates `tiangolo/issue-manager` from 0.4.0 to 0.5.1
- [Release notes](https://github.com/tiangolo/issue-manager/releases)
- [Commits](tiangolo/issue-manager@0.4.0...0.5.1)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '4'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: actions/setup-python
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: pre-commit/action
  dependency-version: 3.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: wagoid/commitlint-github-action
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: codecov/codecov-action
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: python-semantic-release/python-semantic-release
  dependency-version: 9.21.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: browniebroke/hacktoberfest-labeler-action
  dependency-version: 2.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: tiangolo/issue-manager
  dependency-version: 0.5.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Update of github actions labels May 5, 2025
@codecov
Copy link
Copy Markdown

codecov Bot commented May 5, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.68%. Comparing base (ffc1bee) to head (2ee1b3f).
Report is 12 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #40   +/-   ##
=======================================
  Coverage   98.68%   98.68%           
=======================================
  Files           1        1           
  Lines          76       76           
  Branches       12       10    -2     
=======================================
  Hits           75       75           
  Partials        1        1           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Update of github actions

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants