chore(ci): bump the github-actions group with 6 updates
Type: Pull Request
State: Open
Association: Unknown
Comments: 2
(5 months ago)
(5 months ago)
dependencies github_actions
Bumps the github-actions group with 6 updates:
| Package | From | To |
|---|---|---|
| actions/checkout | 6.0.0 |
6.0.1 |
| codecov/codecov-action | 5.5.1 |
5.5.2 |
| CodSpeedHQ/action | 4.4.1 |
4.5.1 |
| python-semantic-release/python-semantic-release | 10.5.2 |
10.5.3 |
| actions/upload-artifact | 5.0.0 |
6.0.0 |
| actions/download-artifact | 6.0.0 |
7.0.0 |
Updates actions/checkout from 6.0.0 to 6.0.1
Release notes
Sourced from actions/checkout's releases.
v6.0.1
What's Changed
- Update all references from v5 and v4 to v6 by
@ericsciplein actions/checkout#2314- Add worktree support for persist-credentials includeIf by
@ericsciplein actions/checkout#2327- Clarify v6 README by
@ericsciplein actions/checkout#2328Full Changelog: https://github.com/actions/checkout/compare/v6...v6.0.1
Commits
Updates codecov/codecov-action from 5.5.1 to 5.5.2
Release notes
Sourced from codecov/codecov-action's releases.
v5.5.2
What's Changed
- check gpg only when skip-validation = false by
@maxweng-sentryin codecov/codecov-action#1894- chore:
disable_searchalignment by@freemanzMrojoin codecov/codecov-action#1881- chore(release): 5.5.2 by
@thomasrockhu-codecovin codecov/codecov-action#1902New Contributors
@maxweng-sentrymade their first contribution in codecov/codecov-action#1894@freemanzMrojomade their first contribution in codecov/codecov-action#1881Full Changelog: https://github.com/codecov/codecov-action/compare/v5.5.1...v5.5.2
Changelog
Sourced from codecov/codecov-action's changelog.
v5.5.2
What's Changed
Full Changelog: https://github.com/codecov/codecov-action/compare/v5.5.1..v5.5.2
v5.5.1
What's Changed
- fix: overwrite pr number on fork by
@thomasrockhu-codecovin codecov/codecov-action#1871- build(deps): bump actions/checkout from 4.2.2 to 5.0.0 by
@app/dependabotin codecov/codecov-action#1868- build(deps): bump github/codeql-action from 3.29.9 to 3.29.11 by
@app/dependabotin codecov/codecov-action#1867- fix: update to use local app/ dir by
@thomasrockhu-codecovin codecov/codecov-action#1872- docs: fix typo in README by
@datalaterin codecov/codecov-action#1866- Document a
codecov-cliversion reference example by@webknjazin codecov/codecov-action#1774- build(deps): bump github/codeql-action from 3.28.18 to 3.29.9 by
@app/dependabotin codecov/codecov-action#1861- build(deps): bump ossf/scorecard-action from 2.4.1 to 2.4.2 by
@app/dependabotin codecov/codecov-action#1833Full Changelog: https://github.com/codecov/codecov-action/compare/v5.5.0..v5.5.1
v5.5.0
What's Changed
- feat: upgrade wrapper to 0.2.4 by
@jviallin codecov/codecov-action#1864- Pin actions/github-script by Git SHA by
@martincostelloin codecov/codecov-action#1859- fix: check reqs exist by
@joseph-sentryin codecov/codecov-action#1835- fix: Typo in README by
@spalmurrayin codecov/codecov-action#1838- docs: Refine OIDC docs by
@spalmurrayin codecov/codecov-action#1837- build(deps): bump github/codeql-action from 3.28.17 to 3.28.18 by
@app/dependabotin codecov/codecov-action#1829Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.3..v5.5.0
v5.4.3
What's Changed
- build(deps): bump github/codeql-action from 3.28.13 to 3.28.17 by
@app/dependabotin codecov/codecov-action#1822- fix: OIDC on forks by
@joseph-sentryin codecov/codecov-action#1823Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.2..v5.4.3
v5.4.2
... (truncated)
Commits
Updates CodSpeedHQ/action from 4.4.1 to 4.5.1
Release notes
Sourced from CodSpeedHQ/action's releases.
v4.5.1
Release Notes
🚀 Features
- Remove projects query from the exec polling by
@GuillaumeLagrangein #173- Fetch project from API when running outside of git repo by
@GuillaumeLagrange- Add get or create project repository query by
@GuillaumeLagrange- Automatically install exec-harness for exec subcommand by
@GuillaumeLagrange- Auto install codspeed-memtrack during executor setup by
@GuillaumeLagrange- Serialize events serially to allow streamed decoding by
@not-matthiasin #172- Parse perf file for memmap events instead of relying on /proc/pid/maps by
@GuillaumeLagrange- Use the projects upload enpdoint in exec command by
@GuillaumeLagrange- Add exec subcommand and refactor run subcommand by
@GuillaumeLagrange- Add exec-harness binary by
@GuillaumeLagrange- Add memory executor by
@not-matthias- Add memtrack crate by
@not-matthias- Add artifact types by
@not-matthias- Add shared fifo by
@not-matthias- Add new fifo commands by
@not-matthias- Support simulation for free-threaded python by
@adriencacciain #167🐛 Bug Fixes
- fix: specify package when using branch/ref by
@not-matthiasin CodSpeedHQ/action#162- fix: properly check for allow_empty input by
@GuillaumeLagrangein CodSpeedHQ/action#164- Filter out arm debugging symbols by
@GuillaumeLagrangein #179- Filter out empty named symbols when building perf-map by
@GuillaumeLagrangein #176- Do not break support for no reason when changing integration hooks protocol version by
@GuillaumeLagrangein #175- Remove dirty retry on timeout and simply increase timeout for GQL client by
@GuillaumeLagrange- Stop hanging indefinitely if process fails to start in memory executor by
@GuillaumeLagrangein #171- Remove the password prompt from the run_with_sudo dialog by
@GuillaumeLagrange- Collect events in thread to avoid mutex overhead by
@not-matthias- Convert events in thread to avoid blocking at the end by
@not-matthias- Compress only when size exceeds threshold by
@not-matthias- Forward environment in memory executor by
@not-matthias- Fix plan test in CI by
@GuillaumeLagrangein #165- Prevent nextest from running valgrind and memcheck concurrently by
@GuillaumeLagrange- Stop ignoring samples by
@GuillaumeLagrange- Use correct name for unwind_data trait declaration by
@GuillaumeLagrange- Stop filtering out zero sized symbol by
@GuillaumeLagrange- Request OIDC token after creating profile archive by
@fargitoin #170- Remove snapshots that were not part of lfs by
@not-matthiasin #166- Always print memory mapping logs by
@not-matthias🏗️ Refactor
- Create a dedicated execution_context that holds runtime information by
@GuillaumeLagrange- Move executor and instruments modules out of
runmodule by@GuillaumeLagrange⚙️ Internals
- docs(examples): add go and cpp examples by
@fargitoin CodSpeedHQ/action#161- Ignore some tags in the changelog
... (truncated)
Commits
Updates python-semantic-release/python-semantic-release from 10.5.2 to 10.5.3
Release notes
Sourced from python-semantic-release/python-semantic-release's releases.
v10.5.3 (2025-12-14)
This release is published under the MIT License.
🪲 Bug Fixes
cmd-version: Resolve unauthenticated git repo issues for upstream verification (PR#1388,
e164f68)github-action: Fix failed signing issue when ssh was missing from action environment (PR#1389,
18b7eda)parser-conventional-monorepo: Fix parser opts validator for outside dir path matches (PR#1382,
a51eadd)✅ Resolved Issues
#1373:
verify_upstream_unchangedfails on github actions when git repo is unauthenticated#1376:
ssh-agent&ssh-addis missing from python-semantic-release github action#1380: Monorepo
path_filtersfails to reference paths outside the current package subtree
Detailed Changes: v10.5.2...v10.5.3
Installable artifacts are available from:
Changelog
Sourced from python-semantic-release/python-semantic-release's changelog.
.. _changelog:
========= CHANGELOG
.. _changelog-v10.5.3:
v10.5.3 (2025-12-14)
🪲 Bug Fixes
cmd-version: Resolve unauthenticated git repo issues for upstream verification, closes
[#1373](https://github.com/python-semantic-release/python-semantic-release/issues/1373)_ (PR#1388,e164f68)github-action: Fix failed signing issue when ssh was missing from action environment, closes
[#1376](https://github.com/python-semantic-release/python-semantic-release/issues/1376)_ (PR#1389,18b7eda)parser-conventional-monorepo: Fix parser opts validator for outside dir path matches, closes
[#1380](https://github.com/python-semantic-release/python-semantic-release/issues/1380)_ (PR#1382,a51eadd).. _#1373: python-semantic-release/python-semantic-release#1373 .. _#1376: python-semantic-release/python-semantic-release#1376 .. _#1380: python-semantic-release/python-semantic-release#1380 .. _18b7eda: https://github.com/python-semantic-release/python-semantic-release/commit/18b7edadd7e7dfe42ec43110acf5e1bd8bcd7eb3 .. _a51eadd: https://github.com/python-semantic-release/python-semantic-release/commit/a51eadd8414a7e9cbfa66837ee5a840a6331dfa1 .. _e164f68: https://github.com/python-semantic-release/python-semantic-release/commit/e164f682bfa4ca1e7cbe77aa068202fd8094eec7 .. _PR#1382: python-semantic-release/python-semantic-release#1382 .. _PR#1388: python-semantic-release/python-semantic-release#1388 .. _PR#1389: python-semantic-release/python-semantic-release#1389
.. _changelog-v10.5.2:
v10.5.2 (2025-11-10)
🪲 Bug Fixes
- cmd-version: Toggle verify upstream off when no version commit is made (
PR#1370,e0b3b70).. _e0b3b70: https://github.com/python-semantic-release/python-semantic-release/commit/e0b3b7075a4c98cd7af97e0b8470872c11e7aeb9 .. _PR#1370: python-semantic-release/python-semantic-release#1370
.. _changelog-v10.5.1:
... (truncated)
Commits
350c48fchore: release v10.5.3a51eaddfix(parser-conventional-monorepo): fix parser opts validator for outside dir ...427af48test(fixtures): upgrade monorepos to monitor external package files27a006ctest(fixtures): upgrade commit simulation to modify specific filese164f68fix(cmd-version): resolve unauthenticated git repo issues for upstream verifi...18b7edafix(github-action): fix failed signing issue when ssh was missing from action...779af88ci(deps): bumptj-actions/changed-files@v47.0.0action tov47.0.1(#1394)edf0229ci(deps): bumpactions/stale@v10.1.0tov10.1.1(#1394)e0927e3ci(deps): bumpactions/setup-python@v6.0.0tov6.1.0(#1394)b984f41ci(deps): bumpactions/upload-artifact@v5.0.0tov6.0.0(#1394)- Additional commits viewable in compare view
Updates actions/upload-artifact from 5.0.0 to 6.0.0
Release notes
Sourced from actions/upload-artifact's releases.
v6.0.0
v6 - What's new
[!IMPORTANT] actions/upload-artifact@v6 now runs on Node.js 24 (
runs.using: node24) and requires a minimum Actions Runner version of 2.327.1. If you are using self-hosted runners, ensure they are updated before upgrading.Node.js 24
This release updates the runtime to Node.js 24. v5 had preliminary support for Node.js 24, however this action was by default still running on Node.js 20. Now this action by default will run on Node.js 24.
What's Changed
- Upload Artifact Node 24 support by
@salmanmkcin actions/upload-artifact#719- fix: update
@actions/artifactfor Node.js 24 punycode deprecation by@salmanmkcin actions/upload-artifact#744- prepare release v6.0.0 for Node.js 24 support by
@salmanmkcin actions/upload-artifact#745Full Changelog: https://github.com/actions/upload-artifact/compare/v5.0.0...v6.0.0
Commits
b7c566aMerge pull request #745 from actions/upload-artifact-v6-releasee516bc8docs: correct description of Node.js 24 support in READMEddc45eddocs: update README to correct action name for Node.js 24 support615b319chore: release v6.0.0 for Node.js 24 support017748bMerge pull request #744 from actions/fix-storage-blob38d4c79chore: rebuild dist7d27270chore: add missing license cache files for@actions/core,@actions/io, and mi...5f643d3chore: update license files for@actions/artifact@5.0.1 dependencies1df1684chore: update package-lock.json with@actions/artifact@5.0.1b5b1a91fix: update@actions/artifactto ^5.0.0 for Node.js 24 punycode fix- Additional commits viewable in compare view
Updates actions/download-artifact from 6.0.0 to 7.0.0
Release notes
Sourced from actions/download-artifact's releases.
v7.0.0
v7 - What's new
[!IMPORTANT] actions/download-artifact@v7 now runs on Node.js 24 (
runs.using: node24) and requires a minimum Actions Runner version of 2.327.1. If you are using self-hosted runners, ensure they are updated before upgrading.Node.js 24
This release updates the runtime to Node.js 24. v6 had preliminary support for Node 24, however this action was by default still running on Node.js 20. Now this action by default will run on Node.js 24.
What's Changed
- Update GHES guidance to include reference to Node 20 version by
@patrikpolyakin actions/download-artifact#440- Download Artifact Node24 support by
@salmanmkcin actions/download-artifact#415- fix: update
@actions/artifactto fix Node.js 24 punycode deprecation by@salmanmkcin actions/download-artifact#451- prepare release v7.0.0 for Node.js 24 support by
@salmanmkcin actions/download-artifact#452New Contributors
@patrikpolyakmade their first contribution in actions/download-artifact#440@salmanmkcmade their first contribution in actions/download-artifact#415Full Changelog: https://github.com/actions/download-artifact/compare/v6.0.0...v7.0.0
Commits
37930b1Merge pull request #452 from actions/download-artifact-v7-release72582b9doc: update readme0d2ec9dchore: release v7.0.0 for Node.js 24 supportfd7ae8fMerge pull request #451 from actions/fix-storage-blobd484700chore: restore minimatch.dep.yml license file03a8080chore: remove obsolete dependency license files56fe6d9chore: update@actions/artifactlicense file to 5.0.18e3ebc4chore: update package-lock.json with@actions/artifact@5.0.11e3c4b4fix: update@actions/artifactto ^5.0.0 for Node.js 24 punycode fix458627dchore: use local@actions/artifactpackage for Node.js 24 testing- Additional commits viewable 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
Package Dependencies
actions/upload-artifact
actions
5.0.0 → 6.0.0
Major
actions/download-artifact
actions
6.0.0 → 7.0.0
Major
actions
10.5.2 → 10.5.3
Patch
Technical Details
| ID: | 12422176 |
| UUID: | 3774098358 |
| Node ID: | PR_kwDOAUjOu867LECX |
| Host: | GitHub |
| Repository: | python-zeroconf/python-zeroconf |