Skip to content

Update first-party Pulumi dependencies #4213

Update first-party Pulumi dependencies

Update first-party Pulumi dependencies #4213

Triggered via pull request March 20, 2026 10:54
Status Cancelled
Total duration 2m 9s
Artifacts 7

run-acceptance-tests.yml

on: pull_request
prerequisites  /  prerequisites
48s
prerequisites / prerequisites
comment-notification
0s
comment-notification
Matrix: build_provider / build_provider
Matrix: build_sdk / build_sdk
Matrix: test / test
sentinel
0s
sentinel
Fit to window
Zoom out
Zoom in

Annotations

15 errors and 13 warnings
lint / lint
Process completed with exit code 2.
build_sdk / build_sdk (python)
Unexpected changes detected: 3. See file annotations for details.
Unexpected file modified: sdk/python/pulumi_xyz/resource.py#L0
File modified: @@ -22,6 +22,7 @@ class ResourceArgs: sample_attribute: Optional[pulumi.Input[_builtins.str]] = None): """ The set of arguments for constructing a Resource resource. + :param pulumi.Input[_builtins.str] sample_attribute: Sample attribute. """ if sample_attribute is not None: @@ -46,6 +47,7 @@ class _ResourceState: sample_attribute: Optional[pulumi.Input[_builtins.str]] = None): """ Input properties used for looking up and filtering Resource resources. + :param pulumi.Input[_builtins.str] sample_attribute: Sample attribute. """ if sample_attribute is not None: @@ -74,6 +76,7 @@ class Resource(pulumi.CustomResource): __props__=None): """ Create a Resource resource with the given unique name, props, and options. + :param str resource_name: The name of the resource. :param pulumi.ResourceOptions opts: Options for the resource. :param pulumi.Input[_builtins.str] sample_attribute: Sample attribute. @@ -86,6 +89,7 @@ class Resource(pulumi.CustomResource): opts: Optional[pulumi.ResourceOptions] = None): """ Create a Resource resource with the given unique name, props, and options. + :param str resource_name: The name of the resource. :param ResourceArgs args: The arguments to use to populate this resource's properties. :param pulumi.ResourceOptions opts: Options for the resource.
Unexpected file modified: sdk/python/pulumi_xyz/provider.py#L0
File modified: @@ -23,6 +23,7 @@ class ProviderArgs: region: Optional[pulumi.Input['region.Region']] = None): """ The set of arguments for constructing a Provider resource. + :param pulumi.Input['region.Region'] region: A region which should be used. """ if region is not None: @@ -55,6 +56,7 @@ class Provider(pulumi.ProviderResource): construction to achieve fine-grained programmatic control over provider settings. See the [documentation](https://www.pulumi.com/docs/reference/programming-model/#providers) for more information. + :param str resource_name: The name of the resource. :param pulumi.ResourceOptions opts: Options for the resource. :param pulumi.Input['region.Region'] region: A region which should be used. @@ -71,6 +73,7 @@ class Provider(pulumi.ProviderResource): construction to achieve fine-grained programmatic control over provider settings. See the [documentation](https://www.pulumi.com/docs/reference/programming-model/#providers) for more information. + :param str resource_name: The name of the resource. :param ProviderArgs args: The arguments to use to populate this resource's properties. :param pulumi.ResourceOptions opts: Options for the resource.
Unexpected file modified: sdk/python/pulumi_xyz/_utilities.py#L0
File modified: @@ -71,9 +71,6 @@ def _get_semver_version(): # <some module>._utilities. <some module> is the module we want to query the version for. root_package, *rest = __name__.split('.') - # pkg_resources uses setuptools to inspect the set of installed packages. We use it here to ask - # for the currently installed version of the root package (i.e. us) and get its version. - # Unfortunately, PEP440 and semver differ slightly in incompatible ways. The Pulumi engine expects # to receive a valid semver string when receiving requests from the language host, so it's our # responsibility as the library to convert our own PEP440 version into a valid semver string. @@ -89,7 +86,7 @@ def _get_semver_version(): elif pep440_version.pre_tag == 'rc': prerelease = f"rc.{pep440_version.pre}" elif pep440_version.dev is not None: - # PEP440 has explicit support for dev builds, while semver encodes them as "prerelease" versions. To bridge + # PEP440 has explicit support for dev builds, while semver encodes them as "prerelease" versions. To bridge # between the two, we convert our dev build version into a prerelease tag. This matches what all of our other # packages do when constructing their own semver string. prerelease = f"dev.{pep440_version.dev}"
test / test (dotnet, local)
Canceling since a higher priority waiting request for run-acceptance-tests-refs/pull/466/merge exists
test / test (dotnet, local)
The operation was canceled.
test / test (nodejs, local)
Canceling since a higher priority waiting request for run-acceptance-tests-refs/pull/466/merge exists
test / test (nodejs, local)
The operation was canceled.
test / test (go, local)
Canceling since a higher priority waiting request for run-acceptance-tests-refs/pull/466/merge exists
test / test (go, local)
The operation was canceled.
test / test (python, local)
Canceling since a higher priority waiting request for run-acceptance-tests-refs/pull/466/merge exists
test / test (python, local)
The operation was canceled.
run-acceptance-tests
Canceling since a higher priority waiting request for run-acceptance-tests-refs/pull/466/merge exists
run-acceptance-tests
Canceling since a higher priority waiting request for run-acceptance-tests-refs/pull/466/merge exists
lint / lint
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf, jdx/mise-action@c1a019b8d2586943b4dbebc456323b516910e310, pulumi/esc-action@9eb774255b1a4afb7855678ae8d4a77359da0d9b. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
prerequisites / prerequisites
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf, actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea, actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c, jdx/mise-action@c1a019b8d2586943b4dbebc456323b516910e310, pulumi/esc-action@9eb774255b1a4afb7855678ae8d4a77359da0d9b, pulumi/provider-version-action@3a647064cf4697c7c6352b9a1d9e554450cbe957, thollander/actions-comment-pull-request@24bffb9b452ba05a4f3f77933840a6a841d1b32b. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
prerequisites / prerequisites
No files were found with the provided path: provider/cmd/pulumi-resource-xyz/schema-embed.json. No artifacts will be uploaded.
prerequisites / prerequisites
Failed to get latest release: HttpError: Not Found - https://docs.github.com/rest/releases/releases#get-the-latest-release
License Check / License Check
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf, jdx/mise-action@c1a019b8d2586943b4dbebc456323b516910e310, pulumi/esc-action@9eb774255b1a4afb7855678ae8d4a77359da0d9b. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
build_provider / Build linux-amd64
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf, jdx/mise-action@c1a019b8d2586943b4dbebc456323b516910e310, pulumi/esc-action@9eb774255b1a4afb7855678ae8d4a77359da0d9b. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
build_sdk / build_sdk (nodejs)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf, jdx/mise-action@c1a019b8d2586943b4dbebc456323b516910e310, pulumi/esc-action@9eb774255b1a4afb7855678ae8d4a77359da0d9b, pulumi/git-status-check-action@v1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
build_sdk / build_sdk (dotnet)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf, jdx/mise-action@c1a019b8d2586943b4dbebc456323b516910e310, pulumi/esc-action@9eb774255b1a4afb7855678ae8d4a77359da0d9b, pulumi/git-status-check-action@v1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
build_provider / Build windows-amd64
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf, jdx/mise-action@c1a019b8d2586943b4dbebc456323b516910e310, pulumi/esc-action@9eb774255b1a4afb7855678ae8d4a77359da0d9b. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
build_sdk / build_sdk (go)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf, actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c, jdx/mise-action@c1a019b8d2586943b4dbebc456323b516910e310, pulumi/esc-action@9eb774255b1a4afb7855678ae8d4a77359da0d9b, pulumi/git-status-check-action@v1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
build_sdk / build_sdk (python)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf, jdx/mise-action@c1a019b8d2586943b4dbebc456323b516910e310, pulumi/esc-action@9eb774255b1a4afb7855678ae8d4a77359da0d9b, pulumi/git-status-check-action@v1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
test / test (nodejs, local)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pulumi/esc-action@9eb774255b1a4afb7855678ae8d4a77359da0d9b. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
test / test (go, local)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pulumi/esc-action@9eb774255b1a4afb7855678ae8d4a77359da0d9b. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/

Artifacts

Produced during runtime
Name Size Digest
dotnet-sdk.tar.gz
111 KB
sha256:955551df8fbbce8792a944d7f5004ff6446d23310395e14322fa345d6f97066c
go-sdk.tar.gz
5.52 KB
sha256:589b0adbace69688e8f88f68843588efe09fd54598344d28b67d1bb6c21e75e1
nodejs-sdk.tar.gz
24.4 MB
sha256:0723c31a1dd9090dfba9ee1c225bee7eb8a60ef40a985e9b25c79983712e5573
prerequisites-bin
42.2 MB
sha256:42e3817c156cdaea9ebe110599f5374d59016e86164e271a493afa655e7b7955
pulumi-resource-xyz-v1.0.0-alpha.1774004048+04f24fc-linux-amd64.tar.gz
11.6 MB
sha256:a1375d4ffcc8fe4a8341c7010bbc340c41cd45d299fc716634fe5fa572a248cc
pulumi-resource-xyz-v1.0.0-alpha.1774004048+04f24fc-windows-amd64.tar.gz
11.8 MB
sha256:0bfb0159f7c8bcd4ddf1390212438885206591d7d79ecb609b82e7a0295e6b3c
python-sdk.tar.gz
7.35 MB
sha256:befd7d0245b0cf15bafd1d52f0a34a3224d9005b11967d0ce681b18ae1516c94