Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Sep 2, 2025

This PR contains the following updates:

Package Change Age Confidence
Microsoft.WSMan.Management 7.6.0-preview.3 -> 7.6.0-preview.5 age confidence

Release Notes

PowerShell/PowerShell (Microsoft.WSMan.Management)

v7.6.0-preview.5: Release of PowerShell

7.6.0-preview.5

Engine Updates and Fixes
  • Allow opt-out of the named-pipe listener using the environment variable POWERSHELL_DIAGNOSTICS_OPTOUT (#​26086)
  • Ensure that socket timeouts are set only during the token validation (#​26066)
  • Fix race condition in RemoteHyperVSocket (#​26057)
  • Fix stderr output of console host to respect NO_COLOR (#​24391)
  • Update PSRP protocol to deprecate session key exchange between newer client and server (#​25774)
  • Fix the ssh PATH check in SSHConnectionInfo when the default Runspace is not available (#​25780) (Thanks @​jborean93!)
  • Adding hex format for native command exit codes (#​21067) (Thanks @​sba923!)
  • Fix infinite loop crash in variable type inference (#​25696) (Thanks @​MartinGC94!)
  • Add PSForEach and PSWhere as aliases for the PowerShell intrinsic methods Where and Foreach (#​25511) (Thanks @​powercode!)
General Cmdlet Updates and Fixes
  • Remove IsScreenReaderActive() check from ConsoleHost (#​26118)
  • Fix ConvertFrom-Json to ignore comments inside array literals (#​14553) (#​26050) (Thanks @​MatejKafka!)
  • Fix -Debug to not trigger the ShouldProcess prompt (#​26081)
  • Add the parameter Register-ArgumentCompleter -NativeFallback to support registering a cover-all completer for native commands (#​25230)
  • Change the default feedback provider timeout from 300ms to 1000ms (#​25910)
  • Update PATH environment variable for package manager executable on Windows (#​25847)
  • Fix Write-Host to respect OutputRendering = PlainText (#​21188)
  • Improve the $using expression support in Invoke-Command (#​24025) (Thanks @​jborean93!)
  • Use parameter HelpMessage for tool tip in parameter completion (#​25108) (Thanks @​jborean93!)
  • Revert "Never load a module targeting the PSReadLine module's SessionState" (#​25792)
  • Fix debug tracing error with magic extents (#​25726) (Thanks @​jborean93!)
  • Add MethodInvocation trace for overload tracing (#​21320) (Thanks @​jborean93!)
  • Improve verbose and debug logging level messaging in web cmdlets (#​25510) (Thanks @​JustinGrote!)
  • Fix quoting in completion if the path includes a double quote character (#​25631) (Thanks @​MartinGC94!)
  • Fix the common parameter -ProgressAction for advanced functions (#​24591) (Thanks @​cmkb3!)
  • Use absolute path in FileSystemProvider.CreateDirectory (#​24615) (Thanks @​Tadas!)
  • Make inherited protected internal instance members accessible in PowerShell class scope (#​25245) (Thanks @​mawosoft!)
  • Treat -Target as literal in New-Item (#​25186) (Thanks @​GameMicrowave!)
  • Remove duplicate modules from completion results (#​25538) (Thanks @​MartinGC94!)
  • Add completion for variables assigned in ArrayLiteralAst and ParenExpressionAst (#​25303) (Thanks @​MartinGC94!)
  • Add support for thousands separators in [bigint] casting (#​25396) (Thanks @​AbishekPonmudi!)
  • Add internal methods to check Preferences (#​25514) (Thanks @​iSazonov!)
  • Improve debug logging of Web cmdlet request and response (#​25479) (Thanks @​JustinGrote!)
  • Revert "Allow empty prefix string in 'Import-Module -Prefix' to override default prefix in manifest (#​20409)" (#​25462) (Thanks @​MartinGC94!)
  • Fix the NullReferenceException when writing progress records to console from multiple threads (#​25440) (Thanks @​kborowinski!)
  • Update Get-Service to ignore common errors when retrieving non-critical properties for a service (#​24245) (Thanks @​jborean93!)
  • Add single/double quote support for Join-String Argument Completer (#​25283) (Thanks @​ArmaanMcleod!)
  • Fix tab completion for env/function variables (#​25346) (Thanks @​jborean93!)
  • Fix Out-GridView by replacing use of obsolete BinaryFormatter with custom implementation (#​25497) (Thanks @​mawosoft!)
  • Remove the use of Windows PowerShell ETW provider id from code base and update the PSDiagnostics module to work for PowerShell 7 (#​25590)
Code Cleanup

We thank the following contributors!

@​xtqqczze, @​mawosoft, @​ArmaanMcleod

  • Enable CA2021: Do not call Enumerable.Cast or Enumerable.OfType with incompatible types (#​25813) (Thanks @​xtqqczze!)
  • Remove some unused ConsoleControl structs (#​26063) (Thanks @​xtqqczze!)
  • Remove unused FileStreamBackReader.NativeMethods type (#​26062) (Thanks @​xtqqczze!)
  • Ensure data-serialization files end with one newline (#​26039) (Thanks @​xtqqczze!)
  • Remove unnecessary CS0618 suppressions from Variant APIs (#​26006) (Thanks @​xtqqczze!)
  • Ensure .cs files end with exactly one newline (#​25968) (Thanks @​xtqqczze!)
  • Remove obsolete CA2105 rule suppression (#​25938) (Thanks @​xtqqczze!)
  • Remove obsolete CA1703 rule suppression (#​25955) (Thanks @​xtqqczze!)
  • Remove obsolete CA2240 rule suppression (#​25957) (Thanks @​xtqqczze!)
  • Remove obsolete CA1701 rule suppression (#​25948) (Thanks @​xtqqczze!)
  • Remove obsolete CA2233 rule suppression (#​25951) (Thanks @​xtqqczze!)
  • Remove obsolete CA1026 rule suppression (#​25934) (Thanks @​xtqqczze!)
  • Remove obsolete CA1059 rule suppression (#​25940) (Thanks @​xtqqczze!)
  • Remove obsolete CA2118 rule suppression (#​25924) (Thanks @​xtqqczze!)
  • Remove redundant System.Runtime.Versioning attributes (#​25926) (Thanks @​xtqqczze!)
  • Seal internal types in Microsoft.PowerShell.Commands.Utility (#​25892) (Thanks @​xtqqczze!)
  • Seal internal types in Microsoft.PowerShell.Commands.Management (#​25849) (Thanks @​xtqqczze!)
  • Make the interface IDeepCloneable internal to minimize confusion (#​25552)
  • Remove OnDeserialized and Serializable attributes from Microsoft.Management.UI.Internal project (#​25548)
  • Refactor Tooltip/ListItemText mapping to use CompletionDisplayInfoMapper delegate (#​25395) (Thanks @​ArmaanMcleod!)
Tools
Tests
  • Mark the 3 consistently failing tests as pending to unblock PRs (#​26091)
  • Make some tests less noisy on failure (#​26035) (Thanks @​xtqqczze!)
  • Suppress false positive PSScriptAnalyzer warnings in tests and build scripts (#​25864)
  • Fix updatable help test for new content (#​25819)
  • Add more tests for PSForEach and PSWhere methods (#​25519)
  • Fix the isolated module test that was disabled previously (#​25420)
Build and Packaging Improvements

We thank the following contributors!

@​alerickson, @​senerh, @​RichardSlater, @​xtqqczze

  • Update package references for the master branch (#​26124)
  • Remove ThreadJob module and update PSReadLine to 2.4.4-beta4 (#​26120)
  • Automate Store Publishing (#​25725)
  • Add global config change detection to action (#​26082)
  • Update outdated package references (#​26069)
  • Ensure that the workflows are triggered on .globalconfig and other files at the root of the repo (#​26034)
  • Update Microsoft.PowerShell.PSResourceGet to 1.2.0-preview3 (#​26056) (Thanks @​alerickson!)
  • Update metadata for Stable to v7.5.3 and LTS to v7.4.12 (#​26054) (Thanks @​senerh!)
  • Bump github/codeql-action from 3.30.2 to 3.30.3 (#​26036)
  • Update version for the package Microsoft.PowerShell.Native (#​26041)
  • Fix the APIScan pipeline (#​26016)
  • Move PowerShell build to use .NET SDK 10.0.100-rc.1 (#​26027)
  • fix(apt-package): add libicu76 dependency to support Debian 13 (#​25866) (Thanks @​RichardSlater!)
  • Bump github/codeql-action from 3.30.1 to 3.30.2 (#​26029)
  • Update Ev2 Shell Extension Image to AzureLinux 3 for PMC Release (#​26025)
  • Bump github/codeql-action from 3.30.0 to 3.30.1 (#​26008)
  • Bump actions/github-script from 7 to 8 (#​25983)
  • Fix variable reference for release environment in pipeline (#​26012)
  • Add LinuxHost Network configuration to PowerShell Packages pipeline (#​26000)
  • Make logical template name consistent between pipelines (#​25990)
  • Update container images to use mcr.microsoft.com for Linux and Azure GǪ (#​25981)
  • Bump github/codeql-action from 3.29.11 to 3.30.0 (#​25966)
  • Bump actions/setup-dotnet from 4 to 5 (#​25978)
  • Add build to vPack Pipeline (#​25915)
  • Replace DOTNET_SKIP_FIRST_TIME_EXPERIENCE with DOTNET_NOLOGO (#​25946) (Thanks @​xtqqczze!)
  • Bump actions/dependency-review-action from 4.7.2 to 4.7.3 (#​25930)
  • Bump github/codeql-action from 3.29.10 to 3.29.11 (#​25889)
  • Remove AsyncSDL from Pipelines Toggle Official/NonOfficial Runs (#​25885)
  • Specify .NET Search by Build Type (#​25837)
  • Update PowerShell to use .NET SDK v10-preview.7 (#​25876)
  • Bump actions/dependency-review-action from 4.7.1 to 4.7.2 (#​25882)
  • Bump github/codeql-action from 3.29.9 to 3.29.10 (#​25881)
  • Change the macos runner image to macos 15 large (#​25867)
  • Bump actions/checkout from 4 to 5 (#​25853)
  • Bump github/codeql-action from 3.29.7 to 3.29.9 (#​25857)
  • Update to .NET 10 Preview 6 (#​25828)
  • Bump agrc/create-reminder-action from 1.1.20 to 1.1.22 (#​25808)
  • Bump agrc/reminder-action from 1.0.17 to 1.0.18 (#​25807)
  • Bump github/codeql-action from 3.28.19 to 3.29.5 (#​25797)
  • Bump super-linter/super-linter from 7.4.0 to 8.0.0 (#​25770)
  • Update metadata for v7.5.2 and v7.4.11 releases (#​25687)
  • Correct Capitalization Referencing Templates (#​25669)
  • Change linux packaging tests to ubuntu latest (#​25634)
  • Bump github/codeql-action from 3.28.18 to 3.28.19 (#​25636)
  • Move to .NET 10 preview 4 and update package references (#​25602)
  • Revert "Add windows signing for pwsh.exe" (#​25586)
  • Bump ossf/scorecard-action from 2.4.1 to 2.4.2 (#​25628)
  • Publish .msixbundle package as a VPack (#​25612)
  • Bump agrc/reminder-action from 1.0.16 to 1.0.17 (#​25573)
  • Bump agrc/create-reminder-action from 1.1.18 to 1.1.20 (#​25572)
  • Bump github/codeql-action from 3.28.17 to 3.28.18 (#​25580)
  • Bump super-linter/super-linter from 7.3.0 to 7.4.0 (#​25563)
  • Bump actions/dependency-review-action from 4.7.0 to 4.7.1 (#​25562)
  • Update metadata.json with 7.4.10 (#​25554)
  • Bump github/codeql-action from 3.28.16 to 3.28.17 (#​25508)
  • Bump actions/dependency-review-action from 4.6.0 to 4.7.0 (#​25529)
  • Move MSIXBundle to Packages and Release to GitHub (#​25512)
  • Update outdated package references (#​25506)
  • Bump github/codeql-action from 3.28.15 to 3.28.16 (#​25429)
  • Fix Conditional Parameter to Skip NuGet Publish (#​25468)
  • Update metadata.json (#​25438)
  • Fix MSIX artifact upload, vPack template, changelog hashes, git tag command (#​25437)
  • Use new variables template for vPack (#​25434)
  • Bump agrc/create-reminder-action from 1.1.17 to 1.1.18 (#​25416)
  • Add PSScriptAnalyzer (#​25423)
  • Update outdated package references (#​25392)
  • Use GitHubReleaseTask instead of custom script (#​25398)
  • Update APIScan to use new symbols server (#​25388)
  • Retry ClearlyDefined operations (#​25385)
  • Update to .NET 10.0.100-preview.3 (#​25358)
  • Enhance path filters action to set outputs for all changes when not a PR (#​25367)
  • Combine GitHub and Nuget Release Stage (#​25318)
  • Add Windows Store Signing to MSIX bundle (#​25296)
  • Bump skitionek/notify-microsoft-teams from 190d4d92146df11f854709774a4dae6eaf5e2aa3 to e7a2493ac87dad8aa7a62f079f295e54ff511d88 (#​25366)
  • Add CodeQL suppressions for PowerShell intended behavior (#​25359)
  • Migrate MacOS Signing to OneBranch (#​25295)
  • Bump github/codeql-action from 3.28.13 to 3.28.15 (#​25290)
  • Update test result processing to use NUnitXml format and enhance logging for better clarity (#​25288)
  • Fix R2R for fxdependent packaging (#​26131)
  • Remove UseDotnet task and use the dotnet-install script (#​26093)
Documentation and Help Content
SHA256 Hashes of the release artifacts
  • hashes.sha256
    • 5CC47053179F92611844752A1EF3BF9B87C9E3CEDC9925C0CFB63759F993275B
  • powershell-7.6.0-preview.5-linux-arm32.tar.gz
    • 1ECB77EC12170FA3F12E012F0C6A76A6027E8FCF31BCBA6A148C9E65A55BBE52
  • powershell-7.6.0-preview.5-linux-arm64.tar.gz
    • 1C6035915493CBBB862B9C672F87DBD08ACD13E638C38CE393DEC4E3BF99A51E
  • powershell-7.6.0-preview.5-linux-musl-x64.tar.gz
    • 90781A915C2789B850440F18C0966A85F3985E446B9FBF2E51F9AD62E12C84B7
  • powershell-7.6.0-preview.5-linux-x64-fxdependent.tar.gz
    • ADED405D829057760A549475AD65495FCE5245326E94344BFA17DBE45EED99EA
  • powershell-7.6.0-preview.5-linux-x64-musl-noopt-fxdependent.tar.gz
    • 626C2BEE941E49EE4A3D06446F0DF112997FE5E674E777927A1CD92468C36666
  • powershell-7.6.0-preview.5-linux-x64.tar.gz
    • EC5EF3F98C2A63EFCD38D93076C0F99C63700ABE49839699C907491589997ADC
  • powershell-7.6.0-preview.5-osx-arm64.pkg
    • B3FAC2817C8B7CB2A5AB721246D5CFB0EBE759E780D9770AE209B54B58A87526
  • powershell-7.6.0-preview.5-osx-arm64.tar.gz
    • 18403B89E00C42DDB8B74995B0C013D8F46BA2F3E0FB2DE12ED875093EE657C4
  • powershell-7.6.0-preview.5-osx-x64.pkg
    • 4AC7C96FE7CF1B49D845F5AA6C2DB19C867597DE555E63FF82C08851AFA9F1B2
  • powershell-7.6.0-preview.5-osx-x64.tar.gz
    • 35D6BDFC660A6484F6BB72FF1E57D5C817FAD90C13F5839F62BB53A1FCB8819F
  • PowerShell-7.6.0-preview.5-win-arm64.msi
    • A8F305A2E3C8A3DBD3DB3603E7B6912A722C61E31C89071BDCD21B995C0C5FE9
  • PowerShell-7.6.0-preview.5-win-arm64.zip
    • ED8472FDCE863AB66477E6C563641029D218FFAD47B1237453FAB69A6679378C
  • PowerShell-7.6.0-preview.5-win-fxdependent.zip
    • 33F0C8C1C9685B2E4C9B2C9DDFBBAAAF28D901EE98EBD6B51E7BCAF705DF38BA
  • PowerShell-7.6.0-preview.5-win-fxdependentWinDesktop.zip
    • B8E93B705DDB67A0D9AA968202BDCBDBCF1EF085E106E2E9383BE4FF94B0442C
  • PowerShell-7.6.0-preview.5-win-x64.msi
    • 89AD13359DA4BB3A0B77FC8D3D1CBA9CBE4648F1B4AE8044BE7E9A673875228C
  • PowerShell-7.6.0-preview.5-win-x64.zip
    • E839EB722ADA371C7F2E8049E40B16B89137FF8D54E9FE304953F4E68C718944
  • PowerShell-7.6.0-preview.5-win-x86.msi
    • C8E18E810D56E609860278E36AC7334913BAD5D53F14AA42ADC3D8B22D166C5A
  • PowerShell-7.6.0-preview.5-win-x86.zip
    • D6835B7CE2CDA6CBB6425043521D9ED9456D845138E9B983242B119D29CAC1AC
  • PowerShell-7.6.0-preview.5.msixbundle
    • 14FF3A1BDD9D4AD1834A69100114E6AF13AF10E54D4220BB9C2695BBAD8D9444
  • powershell-preview-7.6.0_preview.5-1.cm.aarch64.rpm
    • DA39EA40A01F51E63C9FE73AC1D3A0CE95E74D5CB62D5B6D6C3699DD59066E30
  • powershell-preview-7.6.0_preview.5-1.cm.x86_64.rpm
    • 8134C3D3D78D111BF77CB31588CA85899D0EB085EABE07A10A5EF387E6D28D10
  • powershell-preview-7.6.0_preview.5-1.rh.x86_64.rpm
    • 27C56114BFD5DA42C7F271B9F93F3E1A2711A92A59BAF5E9FCB50471F4E340EF
  • powershell-preview_7.6.0-preview.5-1.deb_amd64.deb
    • 9B012BC3D9539CB65AF0222398A56AE5EDAE8B2391502671DC18658D73CD81D0

v7.6.0-preview.4: Release of PowerShell

7.6.0-preview.4

Breaking Changes

PowerShell 7.6-preview.4 includes the following updated modules:

  • Microsoft.PowerShell.ThreadJob v2.2.0
  • ThreadJob v2.1.0
    The ThreadJob module was renamed to Microsoft.PowerShell.ThreadJob. There is no difference
    in the functionality of the module. To ensure backward compatibility for scripts that use the old
    name, the ThreadJob v2.1.0 module is a proxy module that points to the
    Microsoft.PowerShell.ThreadJob v2.2.0.
Engine Updates and Fixes
  • Add PipelineStopToken to Cmdlet which will be signaled when the pipeline is stopping (#​24620) (Thanks @​jborean93!)
  • Fallback to AppLocker after WldpCanExecuteFile (#​24912)
  • Move .NET method invocation logging to after the needed type conversion is done for method arguments (#​25022)
  • Fix share completion with provider and spaces (#​19440) (Thanks @​MartinGC94!)
General Cmdlet Updates and Fixes
Code Cleanup

We thank the following contributors!

@​ArmaanMcleod, @​pressRtowin

  • Refactor and add comments to CompletionRequiresQuotes to clarify implementation (#​25223) (Thanks @​ArmaanMcleod!)
  • Add QuoteCompletionText method to CompletionHelpers class (#​25180) (Thanks @​ArmaanMcleod!)
  • Remove CompletionHelpers escape parameter from CompletionRequiresQuotes (#​25178) (Thanks @​ArmaanMcleod!)
  • Refactor CompletionHelpers HandleDoubleAndSingleQuote to have less nesting logic (#​25179) (Thanks @​ArmaanMcleod!)
  • Make the use of Oxford commas consistent (#​25139)(#​25140)(Thanks @​pressRtowin!)
  • Move common completion methods to CompletionHelpers class (#​25138) (Thanks @​ArmaanMcleod!)
  • Return Array.Empty instead of collection [] (#​25137) (Thanks @​ArmaanMcleod!)
Tools
  • Check GH token availability for Get-Changelog (#​25133)
Tests
Build and Packaging Improvements
  • Switch to ubuntu-lastest for CI (#​25247)
  • Update outdated package references (#​25026)(#​25232)
  • Bump Microsoft.PowerShell.ThreadJob and ThreadJob modules (#​25232)
  • Bump github/codeql-action from 3.27.9 to 3.28.13 (#​25218)(#​25231)
  • Update .NET SDK to 10.0.100-preview.2 (#​25154)(#​25225)
  • Remove obsolete template from Windows Packaging CI (#​25226)
  • Bump actions/upload-artifact from 4.5.0 to 4.6.2 (#​25220)
  • Bump agrc/reminder-action from 1.0.15 to 1.0.16 (#​25222)
  • Bump actions/checkout from 2 to 4 (#​25221)
  • Add NoWarn NU1605 to System.ServiceModel.* (#​25219)
  • Bump actions/github-script from 6 to 7 (#​25217)
  • Bump ossf/scorecard-action from 2.4.0 to 2.4.1 (#​25216)
  • Bump super-linter/super-linter from 7.2.1 to 7.3.0 (#​25215)
  • Bump agrc/create-reminder-action from 1.1.16 to 1.1.17 (#​25214)
  • Remove dependabot updates that don't work (#​25213)
  • Update GitHub Actions to work in private GitHub repo (#​25197)
  • Cleanup old release pipelines (#​25201)
  • Update package pipeline windows image version (#​25191)
  • Skip additional packages when generating component manifest (#​25102)
  • Only build Linux for packaging changes (#​25103)
  • Remove Az module installs and AzureRM uninstalls in pipeline (#​25118)
  • Add GitHub Actions workflow to verify PR labels (#​25145)
  • Add back-port workflow using dotnet/arcade (#​25106)
  • Make Component Manifest Updater use neutral target in addition to RID target (#​25094)
  • Make sure the vPack pipeline does not produce an empty package (#​24988)
Documentation and Help Content
SHA256 Hashes of the release artifacts
  • hashes.sha256
    • 0862EF2D140E21B81BE3D6CC138F6489745AC3C9B148D7204F88F0F24EE12E41
  • powershell-7.6.0-preview.4-linux-arm32.tar.gz
    • 3DFB4B1F9D4C6443448D3059492EE0E9CBED9F72A0B41958A88C47E9B86176A3
  • powershell-7.6.0-preview.4-linux-arm64.tar.gz
    • 2AE2254C75789B15AA032B06235CE240776BE55C7C3D0D72380583CF0D1816DD
  • powershell-7.6.0-preview.4-linux-musl-x64.tar.gz
    • 3B50F46AFECD8CF09C59166B5D69D6A0141D491E28CAFA6595E448FD7D51074C
  • powershell-7.6.0-preview.4-linux-x64-fxdependent.tar.gz
    • 4CFE5B189EDA4866B3D07E610A473C360D7B38E002C9F542E26CF0428E177AE0
  • powershell-7.6.0-preview.4-linux-x64-musl-noopt-fxdependent.tar.gz
    • 294ED80FD65A93966A041EED0580FC301BD2A856F9672D9D6936E9CEF8D6E917
  • powershell-7.6.0-preview.4-linux-x64.tar.gz
    • B1503865878CDEA0D884FDED06B3C59096E7C777457110990D2029793CE3B58B
  • powershell-7.6.0-preview.4-osx-arm64.pkg
    • 78065C18A070BFB0D16AA97C47E1A72060457E48D72AFA031389FC12A465E0D5
  • powershell-7.6.0-preview.4-osx-arm64.tar.gz
    • 72F0AD36BF6D29BFAE7E0E2862899BE04C2C6095EBE7BD4DFF2BF27B83A518D7
  • powershell-7.6.0-preview.4-osx-x64.pkg
    • 8C93097B6A9B1B27DB2F2A999FABF12DF9DAF9B226BC786E67B5819A213DA633
  • powershell-7.6.0-preview.4-osx-x64.tar.gz
    • 45D52B26032E543EC23230CF88B2CF5A55C32164714035DFE48DBAB2F4077532
  • PowerShell-7.6.0-preview.4-win-arm64.msi
    • 4C2338CBAD59B525F79E9BF3E0042BF4EE03679096A1DDBD5D8CB8C7F857BDDB
  • PowerShell-7.6.0-preview.4-win-arm64.zip
    • 57C875B583801E3CA6208C8772471A7D913AA4C727E868A0B1A24BA16C43DFAF
  • PowerShell-7.6.0-preview.4-win-fxdependent.zip
    • 6BB5F609238C1C6B99745068653A3CBB4DF4A656DDC64A2775E7B3707DE5FE25
  • PowerShell-7.6.0-preview.4-win-fxdependentWinDesktop.zip
    • DCF9AFB48304E2E2D22F3FABA78800A86AB630FB0C8ED7CDA1869779B9255611
  • PowerShell-7.6.0-preview.4-win-x64.msi
    • 844957E3954504D76926274FC606B849764FF5CD9712EBAA9BE639DB9CCD201E
  • PowerShell-7.6.0-preview.4-win-x64.zip
    • 385012237C108ECDFCD35DBDBB989194F56D8381F864EA69E4ECC8BD7215C6B4
  • PowerShell-7.6.0-preview.4-win-x86.msi
    • 096C15CF2ECBC2303CC570BE88C601AEA84FBB394073B98014A28FEA8BEF8F4E
  • PowerShell-7.6.0-preview.4-win-x86.zip
    • FE9798670058404B3B2AD1E4B611DFC74BC3A12C7C4C9F2BFB4D46903C0ADA4F
  • powershell-preview_7.6.0-preview.4-1.deb_amd64.deb
    • DFD35446E7D31BF29C661EF1B0DBF4B37345D04BB45CF3527CB5C64BA452E832
  • powershell-preview-7.6.0_preview.4-1.cm.aarch64.rpm
    • 009D322CD6F0518ABD97472539A5904B1BCB0657291921674BEB05452BB8610A
  • powershell-preview-7.6.0_preview.4-1.cm.x86_64.rpm
    • 639BA823CF8413D22B4DF08CA5F4C8A613F0DBE30B21068F027DF89903FA767B
  • powershell-preview-7.6.0_preview.4-1.rh.x86_64.rpm
    • D8131422B3B1525C683F0B742B83A8472DF1504FD6AAA4A3B002C618A7D85F62

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 becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update 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
Copy link
Contributor Author

renovate bot commented Sep 2, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: src/Compiler/packages.lock.json, tests/Compiler/packages.lock.json
  Determining projects to restore...
/opt/containerbase/tools/dotnet/sdk/9.0.306/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets(166,5): error NETSDK1045: The current .NET SDK does not support targeting .NET 10.0.  Either target .NET 9.0 or lower, or use a version of the .NET SDK that supports .NET 10.0. Download the .NET SDK from https://aka.ms/dotnet/download [/tmp/renovate/repos/github/AMTSupport/scripts/src/Compiler/Compiler.csproj]
/opt/containerbase/tools/dotnet/sdk/9.0.306/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets(166,5): error NETSDK1045: The current .NET SDK does not support targeting .NET 10.0.  Either target .NET 9.0 or lower, or use a version of the .NET SDK that supports .NET 10.0. Download the .NET SDK from https://aka.ms/dotnet/download [/tmp/renovate/repos/github/AMTSupport/scripts/tests/Compiler/Compiler.Test.csproj]

@renovate renovate bot force-pushed the renovate/microsoft.wsman.management-7.x branch from 0e7a607 to 5755d61 Compare October 9, 2025 22:53
@renovate renovate bot changed the title chore(deps): update dependency microsoft.wsman.management to 7.6.0-preview.4 chore(deps): update dependency microsoft.wsman.management to 7.6.0-preview.5 Oct 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant