Skip to content

build(deps): bump actions/setup-dotnet from 4 to 5#5

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/actions/setup-dotnet-5
Open

build(deps): bump actions/setup-dotnet from 4 to 5#5
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/actions/setup-dotnet-5

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github May 20, 2026

Bumps actions/setup-dotnet from 4 to 5.

Release notes

Sourced from actions/setup-dotnet's releases.

v5.0.0

What's Changed

Breaking Changes

Make sure your runner is updated to this version or newer to use this release. v2.327.1 Release Notes

Dependency Updates

Bug Fixes

New Contributors

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

v4.3.1

What's Changed

Full Changelog: actions/setup-dotnet@v4...v4.3.1

v4.3.0

What's Changed

New Contributors

... (truncated)

Commits
  • 9a946fd Add rollForward note in README, improve proxy health check in e2e tests and b...
  • 98af08b Support global.json's rollForward latest* variants (#538)
  • 8404272 Update install scripts to v2026.05.19 (#736)
  • f1970f5 Don't download releases-index.json to resolve major version (#560)
  • af9211b Add dotnet-version: latest support with dotnet-channel input (#730)
  • df991ae chore: bump @actions/* and fast-xml-parser dependencies (#728)
  • a66eefa CI: remove manual PowerShell install from test-proxy job (e2e-tests.yml) (#703)
  • c2fa09f Bump minimatch from 3.1.2 to 3.1.5 (#705)
  • 02574b1 Add support for optional architecture input for cross-architecture .NET insta...
  • 16c7b3c Bump fast-xml-parser from 4.4.1 to 5.3.6 (#671)
  • Additional commits viewable in compare view

@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github May 20, 2026

Labels

The following labels could not be found: ci, dependencies. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

systemslibrarian added a commit that referenced this pull request May 30, 2026
Closes the two real fixable cryptographic items from the review (#1, #5)
with a draft wire-format change, gated by a new alg.combiner identifier so
old/new readers mutually refuse at the algorithm-identifier check. The wire
*layout* is unchanged (field order, lengths, version byte, CBOR structure);
only the bytes fed to the KDF and the signer changed.

#5 Bind-extract combiner (spec §2.4):
- HKDF-Extract IKM now folds classical_epk(32) and pqc_ct(1568) alongside
  the two shared secrets, binding the KEK to the exact KEM transcript. A
  substituted ciphertext/ephemeral yields a different KEK.
- alg.combiner: pqf1-concat-extract-v1 -> pqf1-bind-extract-v1.
- .NET: HkdfCombiner + HybridKem. Rust: pqf-reader + pqf-writer combiner.

#1 Signature domain separation (spec §6.2/§6.3/§6.4.1):
- Header sig over "PQF1-header-sig-v1" || header_bytes; file sig over
  "PQF1-file-sig-v1" || file_id || sha256(chunks) || footer. The two signing
  contexts are now disjoint by construction.
- .NET: HybridSigner gains a domain param; writer + both decryptors pass it.
  Rust: reader verify + writer sign prepend the labels.

Pre-existing Rust-writer bugs found while wiring the above:
- Chunk frame order corrected to length||flags||ct per §5.3 (was flags||len),
  which had broken the writer->reader roundtrip tests.
- rfc3339_known_values test constant corrected (function was right).

Docs: spec bumped draft 0.4 -> 0.5 with changelog; rationale §2.5 rewritten
and open questions §11.6/§11.9 marked resolved; SECURITY-OVERVIEW, THREAT-MODEL,
SPEC-CHECKLIST, CHANGELOG, README, COMPATIBILITY, FAQ updated.

Verified: .NET 140 passed/3 skipped + 6 CLI; Rust pqf-conformance 47/47;
Rust writer roundtrips 4/4; vector regeneration byte-deterministic.
All 47 conformance vectors regenerated under the new crypto.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@dependabot dependabot Bot force-pushed the dependabot/github_actions/actions/setup-dotnet-5 branch from f338030 to 83bb36b Compare May 30, 2026 14:21
@dependabot dependabot Bot requested a review from systemslibrarian as a code owner May 30, 2026 14:21
@github-actions github-actions Bot added ci CI workflows or supply-chain configuration. supply-chain Touches release pipeline, SBOM, signing, or Scorecard. labels May 30, 2026
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 4 to 5.
- [Release notes](https://github.com/actions/setup-dotnet/releases)
- [Commits](actions/setup-dotnet@v4...v5)

---
updated-dependencies:
- dependency-name: actions/setup-dotnet
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/github_actions/actions/setup-dotnet-5 branch from 83bb36b to 09a8a94 Compare May 30, 2026 15:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci CI workflows or supply-chain configuration. supply-chain Touches release pipeline, SBOM, signing, or Scorecard.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants