Skip to content

Bump the all-dependencies group across 1 directory with 6 updates#3

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/all-dependencies-c93d853e8c
Open

Bump the all-dependencies group across 1 directory with 6 updates#3
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/all-dependencies-c93d853e8c

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 11, 2026

Copy link
Copy Markdown

Bumps the all-dependencies group with 6 updates in the / directory:

Package From To
actions/checkout 6.0.3 7.0.0
astral-sh/setup-uv 8.2.0 8.3.2
actions/cache 5.0.5 6.1.0
MishaKav/pytest-coverage-comment 1.7.2 1.10.0
mshick/add-pr-comment 3.11.0 3.12.0
softprops/action-gh-release 3.0.0 3.0.1

Updates actions/checkout from 6.0.3 to 7.0.0

Release notes

Sourced from actions/checkout's releases.

v7.0.0

What's Changed

New Contributors

Full Changelog: actions/checkout@v6.0.3...v7.0.0

Changelog

Sourced from actions/checkout's changelog.

Changelog

v7.0.0

v6.0.3

v6.0.2

v6.0.1

v6.0.0

v5.0.1

v5.0.0

v4.3.1

v4.3.0

v4.2.2

v4.2.1

... (truncated)

Commits

Updates astral-sh/setup-uv from 8.2.0 to 8.3.2

Commits
  • 11f9893 chore: roll up Dependabot updates (#948)
  • f798556 docs: update version references to v8.3.1 (#946)
  • e80544d chore: update known checksums for 0.11.28 (#947)
  • f98e069 Change update-docs PR labels from 'update-docs' to 'documentation' (#945)
  • cd46263 chore: update known checksums for 0.11.27 (#944)
  • 11245c7 docs: update version references to v8.3.0 (#939)
  • d31148d Strip environment markers from detected uv dependency pins (#938)
  • 17c3989 Fix cache keys for Python version ranges (#937)
  • 3cc3c11 chore(deps): roll up Dependabot updates (#936)
  • 9225f84 chore(deps): bump release-drafter/release-drafter from 7.3.1 to 7.4.0 (#924)
  • Additional commits viewable in compare view

Updates actions/cache from 5.0.5 to 6.1.0

Release notes

Sourced from actions/cache's releases.

v6.1.0

What's Changed

Full Changelog: actions/cache@v6...v6.1.0

v6.0.0

What's Changed

Full Changelog: actions/cache@v5...v6.0.0

v5.1.0

What's Changed

Full Changelog: actions/cache@v5...v5.1.0

Changelog

Sourced from actions/cache's changelog.

Releases

How to prepare a release

[!NOTE] Relevant for maintainers with write access only.

  1. Switch to a new branch from main.
  2. Run npm test to ensure all tests are passing.
  3. Update the version in https://github.com/actions/cache/blob/main/package.json.
  4. Run npm run build to update the compiled files.
  5. Update this https://github.com/actions/cache/blob/main/RELEASES.md with the new version and changes in the ## Changelog section.
  6. Run licensed cache to update the license report.
  7. Run licensed status and resolve any warnings by updating the https://github.com/actions/cache/blob/main/.licensed.yml file with the exceptions.
  8. Commit your changes and push your branch upstream.
  9. Open a pull request against main and get it reviewed and merged.
  10. Draft a new release https://github.com/actions/cache/releases use the same version number used in package.json
    1. Create a new tag with the version number.
    2. Auto generate release notes and update them to match the changes you made in RELEASES.md.
    3. Toggle the set as the latest release option.
    4. Publish the release.
  11. Navigate to https://github.com/actions/cache/actions/workflows/release-new-action-version.yml
    1. There should be a workflow run queued with the same version number.
    2. Approve the run to publish the new version and update the major tags for this action.

Changelog

6.1.0

6.0.0

  • Updated @actions/cache to ^6.0.1, @actions/core to ^3.0.1, @actions/exec to ^3.0.0, @actions/io to ^3.0.2
  • Migrated to ESM module system
  • Upgraded Jest to v30 and test infrastructure to be ESM compatible

5.0.4

  • Bump minimatch to v3.1.5 (fixes ReDoS via globstar patterns)
  • Bump undici to v6.24.1 (WebSocket decompression bomb protection, header validation fixes)
  • Bump fast-xml-parser to v5.5.6

5.0.3

5.0.2

... (truncated)

Commits
  • 55cc834 Merge pull request #1768 from jasongin/readonly-cache
  • d8cd72f Bump @​actions/cache to v6.1.0 - handle cache write error due to RO token
  • 2c8a9bd Merge pull request #1760 from actions/samirat/esm_migration_and_package_update
  • e9b91fd Prettier fixes
  • e4884b8 Rebuild dist
  • 10baf01 Fixed licenses
  • e39b386 Fix test mock return order
  • b692820 PR feedback
  • 6074912 Rebuild dist bundles as ESM to match type:module
  • 5a912e8 Fix lint and jest issues
  • Additional commits viewable in compare view

Updates MishaKav/pytest-coverage-comment from 1.7.2 to 1.10.0

Release notes

Sourced from MishaKav/pytest-coverage-comment's releases.

v1.10.0

What's Changed

  • add support for parsing the JSON coverage report from coverage json via the new pytest-json-coverage-path input, including branch coverage and partial-branch arrows (line->target, line->exit) that match coverage report -m (#286)

Full Changelog: MishaKav/pytest-coverage-comment@v1.9.0...v1.10.0

v1.9.0

What's Changed

  • fix the Coverage percentage when branch coverage is enabled — it now combines statement and branch coverage and rounds the same way coverage report does, instead of showing 100% when branches are only partially covered (#284), thanks to @​mschoettle for contribution

Full Changelog: MishaKav/pytest-coverage-comment@v1.8.0...v1.9.0

v1.8.0

What's Changed

  • show partially-covered branches as line->target arrows in the Missing column when parsing XML coverage (pytest-xml-coverage-path), matching the output of coverage report --show-missing (#274), thanks to @​mschoettle for contribution

Full Changelog: MishaKav/pytest-coverage-comment@v1.7.3...v1.8.0

v1.7.3

What's Changed

Full Changelog: MishaKav/pytest-coverage-comment@v1...v1.7.3

Changelog

Sourced from MishaKav/pytest-coverage-comment's changelog.

Changelog of the Pytest Coverage Comment

Pytest Coverage Comment 1.10.0

Release Date: 2026-07-05

Changes

  • add support for parsing the JSON coverage report from coverage json via the new pytest-json-coverage-path input, including branch coverage and partial-branch arrows (line->target, line->exit) that match coverage report -m (#286)

Pytest Coverage Comment 1.9.0

Release Date: 2026-07-04

Changes

  • fix the Coverage percentage when branch coverage is enabled — it now combines statement and branch coverage and rounds the same way coverage report does, instead of showing 100% when branches are only partially covered (#284), thanks to @​mschoettle for contribution

Pytest Coverage Comment 1.8.0

Release Date: 2026-06-27

Changes

  • show partially-covered branches as line->target arrows in the Missing column when parsing XML coverage (pytest-xml-coverage-path), matching the output of coverage report --show-missing (#274), thanks to @​mschoettle for contribution

Pytest Coverage Comment 1.7.3

Release Date: 2026-06-27

Changes

  • bump @vercel/ncc 0.38.4 → 0.44.0 (Node 24/26 + TypeScript 6 support)
  • bump dev dependencies: @types/node 26.0.1, vitest 4.1.9, eslint 10.6.0, typescript-eslint 8.62.0, prettier 3.8.5

Pytest Coverage Comment 1.7.2

Release Date: 2026-04-18

Changes

  • bump dev dependencies: typescript 6.0.3, vitest 4.1.4, eslint 10.2.1, typescript-eslint 8.58.2

Pytest Coverage Comment 1.7.1

Release Date: 2026-03-14

Changes

  • fix 5 security vulnerabilities in undici (6.23.0 → 6.24.1) (#260)

... (truncated)

Commits
  • fd9adbd feat: add coverage.py JSON report support (pytest-json-coverage-path) (#286)
  • 4a4889e fix: correct coverage percentage when branch coverage is enabled (#285)
  • a15368f Bump the npm-development group with 3 updates (#281)
  • fc9dc0f Bump actions/cache from 5 to 6 (#280)
  • 839593b Bump actions/checkout from 6 to 7 (#279)
  • e48ae95 Show partial branches as arrows in the Missing column for XML coverage (#274)...
  • 810a628 Bump @​vercel/ncc to 0.44.0 and dev dependencies (#275)
  • a017082 Add update-v1-tag script to package.json [skip ci]
  • See full diff in compare view

Updates mshick/add-pr-comment from 3.11.0 to 3.12.0

Release notes

Sourced from mshick/add-pr-comment's releases.

v3.12.0

3.12.0 (2026-06-19)

Features

  • support minimizing (hiding) comments (#201) (6a876db)

Bug Fixes

  • handle delete-on-status in proxy comment path (#199) (4361959)
Changelog

Sourced from mshick/add-pr-comment's changelog.

Changelog

3.12.0 (2026-06-19)

Features

  • support minimizing (hiding) comments (#201) (6a876db)

Bug Fixes

  • handle delete-on-status in proxy comment path (#199) (4361959)

3.11.0 (2026-04-23)

Features

  • add NOW template variable with configurable date format (#193) (87fe9ef)

3.10.1 (2026-04-23)

Bug Fixes

  • skip comment creation when deleteOnStatus matches status (#187) (f160eba)

3.10.0 (2026-04-02)

Features

  • add truncate-separator input and markdown termination (#184) (6bd445f)

3.9.1 (2026-03-31)

Bug Fixes

3.9.0 (2026-03-14)

Features

  • add library exports for programmatic usage (#169) (277cebd)

3.8.0 (2026-03-14)

... (truncated)

Commits
  • ec328af chore(main): release 3.12.0 (#200)
  • 6a876db feat: support minimizing (hiding) comments (#201)
  • 4361959 fix: handle delete-on-status in proxy comment path (#199)
  • dbaea9f chore(deps): bump the npm_and_yarn group across 1 directory with 2 updates (#...
  • 3f6e586 chore(deps): bump fast-xml-builder from 1.1.5 to 1.2.0 in the npm_and_yarn gr...
  • See full diff in compare view

Updates softprops/action-gh-release from 3.0.0 to 3.0.1

Release notes

Sourced from softprops/action-gh-release's releases.

v3.0.1

3.0.1

  • maintenance release with updated dependencies
Changelog

Sourced from softprops/action-gh-release's changelog.

3.0.1

  • maintenance release with updated dependencies

3.0.0

3.0.0 is a major release that moves the action runtime from Node 20 to Node 24. Use v3 on GitHub-hosted runners and self-hosted fleets that already support the Node 24 Actions runtime. If you still need the last Node 20-compatible line, stay on v2.6.2.

What's Changed

Other Changes 🔄

  • Move the action runtime and bundle target to Node 24
  • Update @types/node to the Node 24 line and allow future Dependabot updates
  • Keep the floating major tag on v3; v2 remains pinned to the latest 2.x release

2.6.2

What's Changed

Other Changes 🔄

2.6.1

2.6.1 is a patch release focused on restoring linked discussion thread creation when discussion_category_name is set. It fixes [#764](https://github.com/softprops/action-gh-release/issues/764), where the draft-first publish flow stopped carrying the discussion category through the final publish step.

If you still hit an issue after upgrading, please open a report with the bug template and include a minimal repro or sanitized workflow snippet where possible.

What's Changed

Bug fixes 🐛

2.6.0

2.6.0 is a minor release centered on previous_tag support for generate_release_notes, which lets workflows pin GitHub's comparison base explicitly instead of relying on the default range. It also includes the recent concurrent asset upload recovery fix, a working_directory docs sync, a checked-bundle freshness guard for maintainers, and clearer immutable-prerelease guidance where GitHub platform behavior imposes constraints on how prerelease asset uploads can be published.

... (truncated)

Commits
  • 718ea10 release 3.0.1
  • f1a938b chore(deps): bump esbuild from 0.28.0 to 0.28.1 (#802)
  • 0066ead chore(deps): bump vite from 8.0.14 to 8.0.16 (#806)
  • dc643ca chore(deps): bump the npm group with 3 updates (#805)
  • 85ee99b chore(deps): bump actions/checkout in the github-actions group (#804)
  • 9ed3cf9 chore(deps): bump the npm group with 2 updates (#800)
  • 3efcac8 chore(deps): bump the npm group with 3 updates (#798)
  • 05d6b91 chore(deps): bump brace-expansion from 5.0.5 to 5.0.6 (#797)
  • 403a524 chore(deps): bump @​types/node from 24.12.2 to 24.12.3 in the npm group (#796)
  • 437e073 chore(deps): bump the npm group with 4 updates (#792)
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will 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 version will 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

Bumps the all-dependencies group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [actions/checkout](https://github.com/actions/checkout) | `6.0.3` | `7.0.0` |
| [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) | `8.2.0` | `8.3.2` |
| [actions/cache](https://github.com/actions/cache) | `5.0.5` | `6.1.0` |
| [MishaKav/pytest-coverage-comment](https://github.com/mishakav/pytest-coverage-comment) | `1.7.2` | `1.10.0` |
| [mshick/add-pr-comment](https://github.com/mshick/add-pr-comment) | `3.11.0` | `3.12.0` |
| [softprops/action-gh-release](https://github.com/softprops/action-gh-release) | `3.0.0` | `3.0.1` |



Updates `actions/checkout` from 6.0.3 to 7.0.0
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@df4cb1c...9c091bb)

Updates `astral-sh/setup-uv` from 8.2.0 to 8.3.2
- [Release notes](https://github.com/astral-sh/setup-uv/releases)
- [Commits](astral-sh/setup-uv@fac544c...11f9893)

Updates `actions/cache` from 5.0.5 to 6.1.0
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@27d5ce7...55cc834)

Updates `MishaKav/pytest-coverage-comment` from 1.7.2 to 1.10.0
- [Release notes](https://github.com/mishakav/pytest-coverage-comment/releases)
- [Changelog](https://github.com/MishaKav/pytest-coverage-comment/blob/main/CHANGELOG.md)
- [Commits](MishaKav/pytest-coverage-comment@dd5b80b...fd9adbd)

Updates `mshick/add-pr-comment` from 3.11.0 to 3.12.0
- [Release notes](https://github.com/mshick/add-pr-comment/releases)
- [Changelog](https://github.com/mshick/add-pr-comment/blob/main/CHANGELOG.md)
- [Commits](mshick/add-pr-comment@8e49278...ec328af)

Updates `softprops/action-gh-release` from 3.0.0 to 3.0.1
- [Release notes](https://github.com/softprops/action-gh-release/releases)
- [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md)
- [Commits](softprops/action-gh-release@b430933...718ea10)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 7.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: astral-sh/setup-uv
  dependency-version: 8.3.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: actions/cache
  dependency-version: 6.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: MishaKav/pytest-coverage-comment
  dependency-version: 1.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: mshick/add-pr-comment
  dependency-version: 3.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: softprops/action-gh-release
  dependency-version: 3.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jul 11, 2026
@github-actions

Copy link
Copy Markdown

uv audit

Vulnerabilities:

aiohttp 3.14.0 has 9 known vulnerabilities:

cryptography 48.0.0 has 1 known vulnerability:

pydantic-settings 2.14.1 has 1 known vulnerability:

  • GHSA-4xgf-cpjx-pc3j: pydantic-settings: NestedSecretsSettingsSource follows symlinks outside secrets_dir, enabling local file read and bypassing secrets_dir_max_size

    Fixed in: 2.14.2

    Advisory information: GHSA-4xgf-cpjx-pc3j

@github-actions

Copy link
Copy Markdown

Coverage

Coverage Report
FileStmtsMissCoverMissing
packages/certora_login/tests
   conftest.py513629%7–11, 13–14, 16–17, 19, 22–23, 25–27, 29–30, 34–37, 39–40, 53–54, 62–63, 66–67, 69, 71, 75, 78–79, 81, 90
packagespackages/certora_login/src/certora_login
   __init__.py12558%19–23
   _version.py110100% 
   constants.py30100% 
   credentials.py540100% 
   exceptions.py30100% 
   login_flow.py153696%208, 323, 359–360, 608–609
   models.py110100% 
   settings.py60100% 
   url_opener.py38684%24, 40–42, 139–140
src/certora_cloud
   __init__.py20100% 
   __main__.py110%7
   _version.py110100% 
   exceptions.py770%8, 12, 16, 20, 24, 28, 32
   log.py37370%7–10, 12–16, 22, 29, 37, 53, 60–61, 63, 65, 67–68, 79–80, 82–88, 93–94, 99–101, 107, 109–110, 116
   settings.py50500%7–8, 10, 15–16, 18–19, 21, 24, 27, 30, 32–36, 38–40, 42, 44–45, 47, 49–52, 54–55, 57, 60, 63, 69–70, 72, 74, 76–77, 84–94, 97
   utils.py330%7, 10, 12
src/certora_cloud/api
   __init__.py00100% 
   cookies.py23230%7, 9, 12, 19, 21, 23–27, 39, 47, 49, 51, 53–60, 62
   http_client.py47470%7–9, 11–13, 15–17, 25–26, 29, 32–33, 35, 37, 39–40, 42–43, 46–47, 50–51, 54–55, 57, 59–60, 62–63, 67–69, 71, 75–77, 79–81, 83, 86, 92–93, 96, 99
   job.py94940%7–11, 13–14, 22, 24–27, 29–31, 33, 36, 38, 41, 45, 51–52, 54–57, 59, 62, 72, 74–76, 88, 108–119, 122–124, 127, 129–136, 139, 141, 143, 145–146, 148, 150, 153, 155–156, 158, 161–171, 174, 176, 178, 180, 183–188, 190–193, 195
   models.py880%14, 16, 19, 22–26
   utils.py61610%7–10, 12–15, 17–19, 21, 24–25, 28, 31, 34, 39–40, 42–45, 47–48, 50, 53, 85–86, 90–93, 98–99, 101–102, 108–111, 117–118, 120, 122, 124, 126, 132, 136–138, 143, 145, 152–156, 158, 163, 167
src/certora_cloud/aws
   __init__.py00100% 
   s3.py31310%7–9, 11, 16, 19–21, 23–24, 26–28, 31, 38, 40–45, 47, 50, 59, 61–66, 68
src/certora_cloud/cli
   __init__.py220%7, 9
   commands.py93930%7–10, 12–14, 16–20, 22–23, 25, 29, 32, 35, 37–39, 41–47, 51–52, 58, 62, 64–65, 69, 72, 80–84, 87, 90–94, 105–106, 108, 116, 119–121, 130, 138, 145, 147–148, 150, 152–153, 155–156, 159–161, 170, 172, 174–175, 177, 179–187, 189–190, 192–194, 200–201, 204, 213–215, 217
   job.py99990%7–11, 13–15, 17–18, 20, 22, 25–26, 30, 34, 41–67, 70–74, 76, 79, 82, 95–98, 100–102, 104, 106, 108, 111–115, 117, 120–125, 140, 147, 154, 161, 169, 180–181, 193–197, 203–204, 207–211, 218, 225–230
   options.py56560%7–10, 12–13, 15–17, 19, 22, 25, 34, 41, 49, 55, 63–64, 73–81, 83, 90, 92, 94, 97, 100, 109–110, 115–116, 118, 121, 124, 130, 136, 143, 150, 156–157, 166, 176, 179, 182, 190–194, 196
TOTAL96766531% 

Tests Skipped Failures Errors Time
42 0 💤 0 ❌ 0 🔥 2.167s ⏱️

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 Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants