Title: chore(ci): bump the github-actions group with 6 updates by dependabot[bot] · Pull Request #1645 · python-zeroconf/python-zeroconf · GitHub
Open Graph Title: chore(ci): bump the github-actions group with 6 updates by dependabot[bot] · Pull Request #1645 · python-zeroconf/python-zeroconf
X Title: chore(ci): bump the github-actions group with 6 updates by dependabot[bot] · Pull Request #1645 · python-zeroconf/python-zeroconf
Description: 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 @ericsciple in actions/checkout#2314
Add worktree support for persist-credentials includeIf by @ericsciple in actions/checkout#2327
Clarify v6 README by @ericsciple in actions/checkout#2328
Full Changelog: actions/checkout@v6...v6.0.1
Commits
8e8c483 Clarify v6 README (#2328)
033fa0d Add worktree support for persist-credentials includeIf (#2327)
c2d88d3 Update all references from v5 and v4 to v6 (#2314)
See full diff in compare view
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-sentry in codecov/codecov-action#1894
chore: disable_search alignment by @freemanzMrojo in codecov/codecov-action#1881
chore(release): 5.5.2 by @thomasrockhu-codecov in codecov/codecov-action#1902
New Contributors
@maxweng-sentry made their first contribution in codecov/codecov-action#1894
@freemanzMrojo made their first contribution in codecov/codecov-action#1881
Full Changelog: codecov/codecov-action@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-codecov in codecov/codecov-action#1871
build(deps): bump actions/checkout from 4.2.2 to 5.0.0 by @app/dependabot in codecov/codecov-action#1868
build(deps): bump github/codeql-action from 3.29.9 to 3.29.11 by @app/dependabot in codecov/codecov-action#1867
fix: update to use local app/ dir by @thomasrockhu-codecov in codecov/codecov-action#1872
docs: fix typo in README by @datalater in codecov/codecov-action#1866
Document a codecov-cli version reference example by @webknjaz in codecov/codecov-action#1774
build(deps): bump github/codeql-action from 3.28.18 to 3.29.9 by @app/dependabot in codecov/codecov-action#1861
build(deps): bump ossf/scorecard-action from 2.4.1 to 2.4.2 by @app/dependabot in codecov/codecov-action#1833
Full 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 @jviall in codecov/codecov-action#1864
Pin actions/github-script by Git SHA by @martincostello in codecov/codecov-action#1859
fix: check reqs exist by @joseph-sentry in codecov/codecov-action#1835
fix: Typo in README by @spalmurray in codecov/codecov-action#1838
docs: Refine OIDC docs by @spalmurray in codecov/codecov-action#1837
build(deps): bump github/codeql-action from 3.28.17 to 3.28.18 by @app/dependabot in codecov/codecov-action#1829
Full 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/dependabot in codecov/codecov-action#1822
fix: OIDC on forks by @joseph-sentry in codecov/codecov-action#1823
Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.2..v5.4.3
v5.4.2
... (truncated)
Commits
671740a chore(release): 5.5.2 (#1902)
96b38e9 chore: disable_search alignment (#1881)
9b6d1f8 check gpg only when skip-validation = false (#1894)
See full diff in compare view
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 @GuillaumeLagrange in #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-matthias in #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 @adriencaccia in #167
🐛 Bug Fixes
fix: specify package when using branch/ref by @not-matthias in CodSpeedHQ/action#162
fix: properly check for allow_empty input by @GuillaumeLagrange in CodSpeedHQ/action#164
Filter out arm debugging symbols by @GuillaumeLagrange in #179
Filter out empty named symbols when building perf-map by @GuillaumeLagrange in #176
Do not break support for no reason when changing integration hooks protocol version by @GuillaumeLagrange in #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 @GuillaumeLagrange in #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 @GuillaumeLagrange in #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 @fargito in #170
Remove snapshots that were not part of lfs by @not-matthias in #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 run module by @GuillaumeLagrange
⚙️ Internals
docs(examples): add go and cpp examples by @fargito in CodSpeedHQ/action#161
Ignore some tags in the changelog
... (truncated)
Commits
972e343 Release v4.5.1 🚀
e3e45ce chore: bump runner version to 4.5.1 (#166)
9afcb0e chore: bump runner version to 4.5.0
3d6a1d9 fix: properly check for allow_empty input
46b6081 fix: specify package when using branch/ref
13a6cd6 docs(examples): add go and cpp examples
See full diff in compare view
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_unchanged fails on github actions when git repo is unauthenticated
#1376: ssh-agent & ssh-add is missing from python-semantic-release github action
#1380: Monorepo path_filters fails to reference paths outside the current package subtree
Detailed Changes: v10.5.2...v10.5.3
Installable artifacts are available from:
PyPi Registry
GitHub Release Assets
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: python-semantic-release/python-semantic-release@18b7eda
.. _a51eadd: python-semantic-release/python-semantic-release@a51eadd
.. _e164f68: python-semantic-release/python-semantic-release@e164f68
.. _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: python-semantic-release/python-semantic-release@e0b3b70
.. _PR#1370: python-semantic-release/python-semantic-release#1370
.. _changelog-v10.5.1:
... (truncated)
Commits
350c48f chore: release v10.5.3
a51eadd fix(parser-conventional-monorepo): fix parser opts validator for outside dir ...
427af48 test(fixtures): upgrade monorepos to monitor external package files
27a006c test(fixtures): upgrade commit simulation to modify specific files
e164f68 fix(cmd-version): resolve unauthenticated git repo issues for upstream verifi...
18b7eda fix(github-action): fix failed signing issue when ssh was missing from action...
779af88 ci(deps): bump tj-actions/changed-files@v47.0.0 action to v47.0.1 (#1394)
edf0229 ci(deps): bump actions/stale@v10.1.0 to v10.1.1 (#1394)
e0927e3 ci(deps): bump actions/setup-python@v6.0.0 to v6.1.0 (#1394)
b984f41 ci(deps): bump actions/upload-artifact@v5.0.0 to v6.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 @salmanmkc in actions/upload-artifact#719
fix: update @actions/artifact for Node.js 24 punycode deprecation by @salmanmkc in actions/upload-artifact#744
prepare release v6.0.0 for Node.js 24 support by @salmanmkc in actions/upload-artifact#745
Full Changelog: actions/upload-artifact@v5.0.0...v6.0.0
Commits
b7c566a Merge pull request #745 from actions/upload-artifact-v6-release
e516bc8 docs: correct description of Node.js 24 support in README
ddc45ed docs: update README to correct action name for Node.js 24 support
615b319 chore: release v6.0.0 for Node.js 24 support
017748b Merge pull request #744 from actions/fix-storage-blob
38d4c79 chore: rebuild dist
7d27270 chore: add missing license cache files for @actions/core, @actions/io, and mi...
5f643d3 chore: update license files for @actions/artifact@5.0.1 dependencies
1df1684 chore: update package-lock.json with @actions/artifact@5.0.1
b5b1a91 fix: update @actions/artifact to ^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 @patrikpolyak in actions/download-artifact#440
Download Artifact Node24 support by @salmanmkc in actions/download-artifact#415
fix: update @actions/artifact to fix Node.js 24 punycode deprecation by @salmanmkc in actions/download-artifact#451
prepare release v7.0.0 for Node.js 24 support by @salmanmkc in actions/download-artifact#452
New Contributors
@patrikpolyak made their first contribution in actions/download-artifact#440
@salmanmkc made their first contribution in actions/download-artifact#415
Full Changelog: actions/download-artifact@v6.0.0...v7.0.0
Commits
37930b1 Merge pull request #452 from actions/download-artifact-v7-release
72582b9 doc: update readme
0d2ec9d chore: release v7.0.0 for Node.js 24 support
fd7ae8f Merge pull request #451 from actions/fix-storage-blob
d484700 chore: restore minimatch.dep.yml license file
03a8080 chore: remove obsolete dependency license files
56fe6d9 chore: update @actions/artifact license file to 5.0.1
8e3ebc4 chore: update package-lock.json with @actions/artifact@5.0.1
1e3c4b4 fix: update @actions/artifact to ^5.0.0 for Node.js 24 punycode fix
458627d chore: use local @actions/artifact package 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 rebase will rebase this PR
@dependabot recreate will recreate this PR, overwriting any edits that have been made to it
@dependabot merge will merge this PR after your CI passes on it
@dependabot squash and merge will squash and merge this PR after your CI passes on it
@dependabot cancel merge will cancel a previously requested merge and block automerging
@dependabot reopen will reopen this PR if it is closed
@dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
@dependabot show
Open Graph Description: 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/pyt...
X Description: 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/pyt...
Opengraph URL: https://github.com/python-zeroconf/python-zeroconf/pull/1645
X: @github
Domain: patch-diff.githubusercontent.com
| route-pattern | /:user_id/:repository/pull/:id/checks(.:format) |
| route-controller | pull_requests |
| route-action | checks |
| fetch-nonce | v2:3cf7fef7-10fd-e22e-f4e3-0dc3bbd80e55 |
| current-catalog-service-hash | 87dc3bc62d9b466312751bfd5f889726f4f1337bdff4e8be7da7c93d6c00a25a |
| request-id | DA28:3B31D5:88CADA:C0956E:69724FCC |
| html-safe-nonce | 501bcfc21af794166e2fd8cc09fbd5ec6d41d02d085cdf2899fe5e18f4b9480e |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJEQTI4OjNCMzFENTo4OENBREE6QzA5NTZFOjY5NzI0RkNDIiwidmlzaXRvcl9pZCI6Ijc5NDIyMzg0MjAxMzIzMTkxODAiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ== |
| visitor-hmac | 8fbca852d2e535ac972a01abfcb7e14558d5e33b25db7d08d697ef879f13d578 |
| hovercard-subject-tag | pull_request:3140239511 |
| github-keyboard-shortcuts | repository,pull-request-list,pull-request-conversation,pull-request-files-changed,checks,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/python-zeroconf/python-zeroconf/pull/1645/checks |
| twitter:image | https://avatars.githubusercontent.com/in/29110?s=400&v=4 |
| twitter:card | summary_large_image |
| og:image | https://avatars.githubusercontent.com/in/29110?s=400&v=4 |
| og:image:alt | 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/pyt... |
| og:site_name | GitHub |
| og:type | object |
| hostname | github.com |
| expected-hostname | github.com |
| None | f6d9b08324bb62b2cf170b9e435da2bdc7efa5aa93e7ca70ee3162552c05329b |
| turbo-cache-control | no-preview |
| go-import | github.com/python-zeroconf/python-zeroconf git https://github.com/python-zeroconf/python-zeroconf.git |
| octolytics-dimension-user_id | 120192235 |
| octolytics-dimension-user_login | python-zeroconf |
| octolytics-dimension-repository_id | 21548731 |
| octolytics-dimension-repository_nwo | python-zeroconf/python-zeroconf |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 21548731 |
| octolytics-dimension-repository_network_root_nwo | python-zeroconf/python-zeroconf |
| turbo-body-classes | logged-out env-production page-responsive full-width full-width-p-0 |
| disable-turbo | false |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | 169d2b5c72bff9cc676084f0ac7f8ea888f15f54 |
| ui-target | canary-1 |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width