ci: bump the github-actions group across 1 directory with 4 updates
Type: Pull Request
State: Merged
Association: Contributor
Comments: 0
(3 months ago)
(2 months ago)
(2 months ago)
by codejedi365
dependencies dependabot
Bumps the github-actions group with 4 updates in the / directory: actions/checkout, actions/download-artifact, python-semantic-release/python-semantic-release and python-semantic-release/publish-action.
Updates actions/checkout from 4 to 5
Release notes
Sourced from actions/checkout's releases.
v5.0.0
What's Changed
- Update actions checkout to use node 24 by
@salmanmkcin actions/checkout#2226- Prepare v5.0.0 release by
@salmanmkcin actions/checkout#2238⚠️ Minimum Compatible Runner Version
v2.327.1
Release NotesMake sure your runner is updated to this version or newer to use this release.
Full Changelog: https://github.com/actions/checkout/compare/v4...v5.0.0
v4.3.0
What's Changed
- docs: update README.md by
@motssin actions/checkout#1971- Add internal repos for checking out multiple repositories by
@mouismailin actions/checkout#1977- Documentation update - add recommended permissions to Readme by
@benwellsin actions/checkout#2043- Adjust positioning of user email note and permissions heading by
@joshmgrossin actions/checkout#2044- Update README.md by
@nebuk89in actions/checkout#2194- Update CODEOWNERS for actions by
@TingluoHuangin actions/checkout#2224- Update package dependencies by
@salmanmkcin actions/checkout#2236- Prepare release v4.3.0 by
@salmanmkcin actions/checkout#2237New Contributors
@motssmade their first contribution in actions/checkout#1971@mouismailmade their first contribution in actions/checkout#1977@benwellsmade their first contribution in actions/checkout#2043@nebuk89made their first contribution in actions/checkout#2194@salmanmkcmade their first contribution in actions/checkout#2236Full Changelog: https://github.com/actions/checkout/compare/v4...v4.3.0
v4.2.2
What's Changed
url-helper.tsnow leverages well-known environment variables by@jww3in actions/checkout#1941- Expand unit test coverage for
isGhesby@jww3in actions/checkout#1946Full Changelog: https://github.com/actions/checkout/compare/v4.2.1...v4.2.2
v4.2.1
What's Changed
- Check out other refs/* by commit if provided, fall back to ref by
@orhantoyin actions/checkout#1924New Contributors
@Jcambassmade their first contribution in actions/checkout#1919Full Changelog: https://github.com/actions/checkout/compare/v4.2.0...v4.2.1
... (truncated)
Commits
08c6903Prepare v5.0.0 release (#2238)9f26565Update actions checkout to use node 24 (#2226)- See full diff in compare view
Updates actions/download-artifact from 4 to 5
Release notes
Sourced from actions/download-artifact's releases.
v5.0.0
What's Changed
- Update README.md by
@nebuk89in actions/download-artifact#407- BREAKING fix: inconsistent path behavior for single artifact downloads by ID by
@GrantBirkiin actions/download-artifact#416v5.0.0
🚨 Breaking Change
This release fixes an inconsistency in path behavior for single artifact downloads by ID. If you're downloading single artifacts by ID, the output path may change.
What Changed
Previously, single artifact downloads behaved differently depending on how you specified the artifact:
- By name:
name: my-artifact→ extracted topath/(direct)- By ID:
artifact-ids: 12345→ extracted topath/my-artifact/(nested)Now both methods are consistent:
- By name:
name: my-artifact→ extracted topath/(unchanged)- By ID:
artifact-ids: 12345→ extracted topath/(fixed - now direct)Migration Guide
✅ No Action Needed If:
- You download artifacts by name
- You download multiple artifacts by ID
- You already use
merge-multiple: trueas a workaround⚠️ Action Required If:
You download single artifacts by ID and your workflows expect the nested directory structure.
Before v5 (nested structure):
- uses: actions/download-artifact@v4 with: artifact-ids: 12345 path: dist # Files were in: dist/my-artifact/Where
my-artifactis the name of the artifact you previously uploadedTo maintain old behavior (if needed):
</tr></table>
... (truncated)
Commits
634f93cMerge pull request #416 from actions/single-artifact-id-download-pathb19ff43refactor: resolve download path correctly in artifact download tests (mainly ...e262cbebundle distbff23f9update docsfff8c14fix download path logic when downloading a single artifact by id448e3f8Merge pull request #407 from actions/nebuk89-patch-147225c4Update README.md- See full diff in compare view
Updates python-semantic-release/python-semantic-release from 10.2.0 to 10.3.1
Release notes
Sourced from python-semantic-release/python-semantic-release's releases.
v10.3.1 (2025-08-06)
This release is published under the MIT License.
🪲 Bug Fixes
- github-actions: Refactor the action output error checking for non-release executions (PR#1308,
5385724)📖 Documentation
✅ Resolved Issues
#1303: Improve GitHub Actions Docs
#1307: v10.3.0 doesn't support a stage-then-release approach in GitHub Actions
Detailed Changes: v10.3.0...v10.3.1
Installable artifacts are available from:
v10.3.0
2025-08-05 WARNING: GitHub Action broke if Action is run in a non-release mode (e.g.
--no-commit, or--noop), see #1307 - Resolved in v10.3.1v10.3.0 (2025-08-04)
This release is published under the MIT License.
✨ Features
github-actions: Add
commit_shaas a GitHub Actions output value (PR#1289,39b647b)github-actions: Add
previous_versionas a GitHub Actions output value (PR#1302,c0197b7)github-actions: Add
release_notesas a GitHub Actions output value (PR#1300,a3fd23c)github-actions: Add release
linkas a GitHub Actions output value (PR#1301,888aea1)🪲 Bug Fixes
... (truncated)
Changelog
Sourced from python-semantic-release/python-semantic-release's changelog.
.. _changelog:
========= CHANGELOG
.. _changelog-v10.3.1:
v10.3.1 (2025-08-06)
🪲 Bug Fixes
- github-actions: Refactor the action output error checking for non-release executions, closes
[#1307](https://github.com/python-semantic-release/python-semantic-release/issues/1307)_ (PR#1308,5385724)📖 Documentation
- github-actions: Adjust docs for direct links to action example workflows, closes
[#1303](https://github.com/python-semantic-release/python-semantic-release/issues/1303)_ (PR#1309,8efebe2).. _#1303: python-semantic-release/python-semantic-release#1303 .. _#1307: python-semantic-release/python-semantic-release#1307 .. _5385724: https://github.com/python-semantic-release/python-semantic-release/commit/538572426cb30dd4d8c99cea660e290b56361f75 .. _8efebe2: https://github.com/python-semantic-release/python-semantic-release/commit/8efebe281be2deab1b203cd01d9aedf1542c4ad4 .. _PR#1308: python-semantic-release/python-semantic-release#1308 .. _PR#1309: python-semantic-release/python-semantic-release#1309
.. _changelog-v10.3.0:
v10.3.0 (2025-08-04)
✨ Features
github-actions: Add
commit_shaas a GitHub Actions output value, closes[#717](https://github.com/python-semantic-release/python-semantic-release/issues/717)_ (PR#1289,39b647b)github-actions: Add
previous_versionas a GitHub Actions output value (PR#1302,c0197b7)github-actions: Add
release_notesas a GitHub Actions output value (PR#1300,a3fd23c)github-actions: Add release
linkas a GitHub Actions output value (PR#1301,888aea1)
... (truncated)
Commits
5b9d94110.3.15385724fix(github-actions): refactor the action output error checking for non-releas...8efebe2docs(github-actions): adjust docs for direct links to action example workflow...ac438f2ci(deps): bumpmikepenz/action-junit-report@v5.6.1action to v5.6.2 (#1305)bdbfd2310.3.0c0197b7feat(github-actions): addprevious_versionas a GitHub Actions output value...888aea1feat(github-actions): add releaselinkas a GitHub Actions output value (#1...a3fd23cfeat(github-actions): addrelease_notesas a GitHub Actions output value (#...2ce2e94docs(getting-started): fixeschangelog.exclude_commit_patternsexample in s...39b647bfeat(github-actions): addcommit_shaas a GitHub Actions output value (#1289)- Additional commits viewable in compare view
Updates python-semantic-release/publish-action from 10.2.0 to 10.3.1
Release notes
Sourced from python-semantic-release/publish-action's releases.
v10.3.1 (2025-08-06)
Build System
Detailed Changes: v10.3.0...v10.3.1
v10.3.0 (2025-08-04)
Build System
Detailed Changes: v10.2.0...v10.3.0
Commits
f8a3b2eci(deps): bumppython-semantic-release@v10.3.0action tov10.3.1(#74)d0eb730build(deps): bumppython-semantic-releasefrom 10.3.0 to 10.3.1 (#75)403a064ci(deps): bumppython-semantic-release@v10.2.0action to 10.3.0 (#73)f988ac0build(deps): bumppython-semantic-releasefrom 10.2.0 to 10.3.0 (#72)- See full diff in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions
Pull Request Statistics
4
3
+18
-18
Package Dependencies
actions
10.2.0 → 10.3.1
Minor
actions
10.2.0 → 10.3.1
Minor
Technical Details
| ID: | 7059340 |
| UUID: | 2737268369 |
| Node ID: | PR_kwDOAl7G5M6jJ2aR |
| Host: | GitHub |
| Repository: | python-semantic-release/python-semantic-release |
| Merge State: | Unknown |