Conversation
Combines the following Dependabot PRs: - #4236: Bump System.Formats.Asn1 (10.0.2→10.0.3) and System.Security.Cryptography.Pkcs (10.0.2→10.0.3) - #4237: Bump System.Security.Cryptography.ProtectedData (8.0.0→10.0.3) - #4238: Bump System.ServiceProcess.ServiceController (8.0.1→10.0.3) - #4239: Bump System.Text.Encoding.CodePages (8.0.0→10.0.3) - #4240: Bump System.Threading.Channels (8.0.0→10.0.3) - #4229: Bump @actions/glob (0.4.0→0.6.1) - #4231: Bump @typescript-eslint/parser (8.47.0→8.54.0) - #4300: Bump lint-staged (15.5.0→16.4.0) - #4313: Bump picomatch (4.0.3→4.0.4, 2.3.1→2.3.2) Also fixes the NU1605 package downgrade errors from PRs #4237, #4239, #4240 by bumping matching versions in Runner.Common, Runner.Worker, and Runner.Listener.
Copilot created this pull request from a session on behalf of
salmanmkc
April 10, 2026 08:36
View session
Contributor
There was a problem hiding this comment.
Pull request overview
This PR consolidates multiple pending dependency updates across the Runner’s .NET projects and the hashFiles TypeScript utility into a single dependency-bump change set.
Changes:
- Bump several
System.*NuGet packages acrossSdk,Runner.*projects (primarily to10.0.3). - Update
hashFilesnpm dependencies/devDependencies (notably@actions/glob,@typescript-eslint/parser,lint-staged) and regeneratepackage-lock.json.
Show a summary per file
| File | Description |
|---|---|
| src/Sdk/Sdk.csproj | Updates cryptography/ASN.1-related NuGet package versions. |
| src/Runner.Sdk/Runner.Sdk.csproj | Updates System.Text.Encoding.CodePages / System.Threading.Channels package versions. |
| src/Runner.Common/Runner.Common.csproj | Updates shared .NET dependency versions for common components. |
| src/Runner.Worker/Runner.Worker.csproj | Updates Worker’s dependency versions including ServiceController and Channels. |
| src/Runner.Listener/Runner.Listener.csproj | Updates Listener’s dependency versions including ProtectedData and ServiceController. |
| src/Misc/expressionFunc/hashFiles/package.json | Updates direct npm dependency ranges for hashFiles. |
| src/Misc/expressionFunc/hashFiles/package-lock.json | Regenerated lockfile reflecting the updated npm dependency graph. |
Copilot's findings
Files not reviewed (1)
- src/Misc/expressionFunc/hashFiles/package-lock.json: Language not supported
- Files reviewed: 6/7 changed files
- Comments generated: 1
Contributor
|
@copilot make a better title, name dependencies bumped |
Contributor
Author
Copilot
AI
changed the title
Combine all open dependency bumps into single PR
Bump System.Formats.Asn1, Cryptography.Pkcs, ProtectedData, ServiceController, CodePages, Threading.Channels, @actions/glob, @typescript-eslint/parser, lint-staged, picomatch
Apr 10, 2026
rentziass
approved these changes
Apr 10, 2026
This was referenced Apr 10, 2026
Closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Combines all open Dependabot dependency PRs into a single clean merge.
NuGet packages
System.Formats.Asn110.0.2 → 10.0.3 (Bump System.Formats.Asn1 and System.Security.Cryptography.Pkcs #4236)System.Security.Cryptography.Pkcs10.0.2 → 10.0.3 (Bump System.Formats.Asn1 and System.Security.Cryptography.Pkcs #4236)System.Security.Cryptography.ProtectedData8.0.0 → 10.0.3 (Bump System.Security.Cryptography.ProtectedData from 8.0.0 to 10.0.3 #4237)System.ServiceProcess.ServiceController8.0.1 → 10.0.3 (Bump System.ServiceProcess.ServiceController from 8.0.1 to 10.0.3 #4238)System.Text.Encoding.CodePages8.0.0 → 10.0.3 (Bump System.Text.Encoding.CodePages from 8.0.0 to 10.0.3 #4239)System.Threading.Channels8.0.0 → 10.0.3 (Bump System.Threading.Channels from 8.0.0 to 10.0.3 #4240)Updated in
src/Sdk/Sdk.csproj,src/Runner.Sdk/Runner.Sdk.csproj,src/Runner.Common/Runner.Common.csproj,src/Runner.Worker/Runner.Worker.csproj, andsrc/Runner.Listener/Runner.Listener.csproj. Also fixes NU1605 package downgrade errors from PRs #4237, #4239, #4240 by bumping matching versions across all dependent projects.npm packages (
src/Misc/expressionFunc/hashFiles)@actions/glob0.4.0 → 0.6.1 (Bump @actions/glob from 0.4.0 to 0.6.1 in /src/Misc/expressionFunc/hashFiles #4229)@typescript-eslint/parser8.47.0 → 8.58.1 (Bump @typescript-eslint/parser from 8.47.0 to 8.54.0 in /src/Misc/expressionFunc/hashFiles #4231, aligned to match@typescript-eslint/eslint-pluginpeer dependency)lint-staged15.5.0 → 16.4.0 (Bump lint-staged from 15.5.0 to 16.4.0 in /src/Misc/expressionFunc/hashFiles #4300)picomatch4.0.3 → 4.0.4, 2.3.1 → 2.3.2 (Bump picomatch in /src/Misc/expressionFunc/hashFiles #4313)Regenerated
package-lock.jsonvianpm install.Validation
Supersedes: #4229, #4231, #4236, #4237, #4238, #4239, #4240, #4300, #4313