Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 12, 2025

This PR contains the following updates:

Package Change Age Confidence
Cake.Core (source) 5.0.0 -> 6.0.0 age confidence
Cake.Testing (source) 5.0.0 -> 6.0.0 age confidence

Release Notes

cake-build/cake (Cake.Core)

v6.0.0

  • #​4639 Make CakeSpectreReportPrinter the default ICakeReportPrinter.
  • #​4638 Update Spectre.Console to 0.53.0.
  • #​4593 Update LatestPotentialBreakingChange to 6.0.0.
  • #​4534 Azure Pipleines Environement Agent Info uses FilePath instead of DirectoryPath.
  • #​4592 C# 14 Scripting Support.
  • #​4576 Add .NET 10 (net10.0) TFM.
  • #​4642 Display Delegated/Executed status as Succeded in Cake task summary.
  • #​4636 Enhance file system abstraction with timestamps, Unix modes, and performance improvements.
  • #​4627 .NET Test Platform Requires --project <PROJECT_PATH> / --solution <SOLUTION_PATH> to be specified.
  • #​4624 Update System.* to 9.0.10.
  • #​4623 Update Microsoft.Extensions.DependencyInjection to 9.0.10.
  • #​4622 Update Spectre.Console to 0.52.0.
  • #​4616 Replace using with await using for IAsyncDisposable resources.
  • #​4615 Replace manual null checks with ArgumentNullException.ThrowIfNull().
  • #​4614 Modernize Enum.GetName calls to use generic overload.
  • #​4613 Use char literals instead of string literals for single characters in StreamWriter.Write.
  • #​4612 Replace StringBuilder.Append(string.Join()) with StringBuilder.AppendJoin() for better performance.
  • #​4611 Use char literals instead of string literals for single characters in StringBuilder.Append.
  • #​4610 Replace string.Join with string.Concat for empty separator cases.
  • #​4609 Optimize string.Join calls to use char separators instead of string separators.
  • #​4608 Modernize dictionary access patterns with TryGetValue and deconstruction.
  • #​4603 Fix .NET framework version detection.

v5.1.0

Feature

  • #​4539 Add Woodpecker CI Support.
  • #​4436 Add support for capturing MSBuild properties, items and target results.
  • #​4431 Add property for GitLab's "Pipeline Source" to GitLabCIBuildInfo.
  • #​4418 GitLab Server url should be available in GitLabCIServerInfo.
  • #​4416 Make Merge Request source and target branch available in GitLabCIPullRequestInfo.
  • #​4401 Add DotNetSlnRemove alias for dotnet sln remove command.
  • #​4584 Update Spectre.Console to 0.51.1.
  • #​4583 Update Newtonsoft.Json to 13.0.4.
  • #​4582 Update Microsoft.Extensions.DependencyInjection to 9.0.9.
  • #​4581 Update System.* to 9.0.9.
  • #​4549 Update Basic.Reference.Assemblies.Net90 to 1.8.3.
  • #​4548 Update Basic.Reference.Assemblies.Net80 to 1.8.3.
  • #​4547 Update Autofac to 8.4.0.
  • #​4546 Update Microsoft.IdentityModel.JsonWebTokens to 8.14.0.
  • #​4545 Update Microsoft.Extensions.DependencyInjection to 9.0.8.
  • #​4544 Update System.Reflection.Metadata to 9.0.8.
  • #​4543 Update System.Collections.Immutable to 9.0.8.
  • #​4542 Update System.Security.Cryptography.Pkcs to 9.0.8.
  • #​4529 Update System.Reflection.Metadata 9.0.7.
  • #​4528 Update System.Collections.Immutable to 9.0.7.
  • #​4527 Update System.Security.Cryptography.Pkcs to 9.0.7.
  • #​4526 Update Microsoft.Extensions.DependencyInjection to 9.0.7.
  • #​4523 Update Microsoft.IdentityModel.JsonWebTokens to 8.12.1.
  • #​4510 Update Microsoft.IdentityModel.JsonWebTokens to 8.12.0.
  • #​4509 Update Basic.Reference.Assemblies.Net* to 1.8.2.
  • #​4505 Update Basic.Reference.Assemblies.Net* to 1.8.1.
  • #​4497 Cake.Testing.Xunit.v3 should not reference xunit.v3.
  • #​4493 Update Spectre.Console to 0.50.0.
  • #​4492 Update Microsoft.CodeAnalysis.CSharp.Scripting to 4.14.0.
  • #​4491 Update System.Reflection.Metadata to 9.0.5.
  • #​4490 Update System.Collections.Immutable to 9.0.5.
  • #​4489 Update Autofac to 8.3.0.
  • #​4488 Update Microsoft.Extensions.DependencyInjection to 9.0.5.
  • #​4483 Update System.Security.Cryptography.Pkcs to 9.0.5.
  • #​4482 Update Microsoft.IdentityModel.JsonWebTokens to 8.11.0.
  • #​4481 Update NuGet.* to 6.14.0.
  • #​4471 Improve script caching behavior.
  • #​4440 Update Basic.Reference.Assemblies.Net80 to 1.8.0.
  • #​4426 Update Microsoft.CodeAnalysis.CSharp.Scripting to 4.12.0.
  • #​4425 Update NuGet.* to 6.12.1.
  • #​4421 Update Microsoft.IdentityModel.JsonWebTokens to 8.3.0.
  • #​4420 Update Autofac to 8.2.0.
  • #​4412 NuGet 6.9 renamed no-cache to no-http-cache and deprecated the old setting name.
  • #​4407 SignTool missing the /kc and /csp parameters. .
  • #​4399 Refactor DotNetAliases: Extract methods into a separate partial class.
  • #​4478 Failed to install addin when running from Windows powershell.exe.
  • #​4475 Script execution does not always show a report summary.
  • #​4410 AzurePipelinesPullRequestInfo fails to detect if build is running in the context of a GitHub Pull Request.
  • #​4286 DotNetToolRunner doesn't support empty space at tool path.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added breaking change dependencies Pull requests that update a dependency file labels Nov 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

breaking change dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant