Skip to content

Optimise message expiry #7375

Optimise message expiry

Optimise message expiry #7375

Triggered via pull request March 26, 2026 14:15
Status Success
Total duration 11m 43s
Artifacts 118

test-make.yaml

on: pull_request
Matrix: Build and Xref
Matrix: Test mixed clusters
Matrix: Test
Matrix: Type check
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 184 warnings
Test mixed clusters (28, 1.18) / Test rabbit (parallel-ct-set-3) / rabbit (parallel-ct-set-3)
{error,{{assertEqual,[{module,rabbit_ct_broker_helpers},{line,1174},{expression,"CrashesCount"},{expected,0},{value,1}]},[{rabbit_ct_broker_helpers,find_crashes_in_logs,2,[{file,"deps/rabbit/src/rabbit_ct_broker_helpers.erl"},{line,1174}]},{rabbit_ct_broker_helpers,stop_rabbitmq_nodes,1,[{file,"src/rabbit_ct_broker_helpers.erl"},{line,1123}]},{rabbit_ct_helpers,run_steps,2,[{file,"src/rabbit_ct_helpers.erl"},{line,126}]},{test_server,ts_tc,3,[{file,"test_server.erl"},{line,1796}]},{test_server,run_test_case_eval1,6,[{file,"test_server.erl"},{line,1393}]},{test_server,run_test_case_eval,9,[{file,"test_server.erl"},{line,1237}]}]}}
Test (28, 1.18) / Test rabbit (parallel-ct-set-1) / rabbit (parallel-ct-set-1)
{rabbit_db_topic_exchange_SUITE,end_per_testcase,{'EXIT',{{exception,undef,[{rabbit_db_topic_exchange,clear,[],[]}]},[{erpc,call,5,[{file,"erpc.erl"},{line,1380}]},{rabbit_db_topic_exchange_SUITE,end_per_testcase,2,[{file,"deps/rabbit/test/rabbit_db_topic_exchange_SUITE.erl"},{line,84}]},{test_server,do_end_per_testcase,4,[{file,"test_server.erl"},{line,1640}]},{test_server,run_test_case_eval1,6,[{file,"test_server.erl"},{line,1348}]},{test_server,run_test_case_eval,9,[{file,"test_server.erl"},{line,1237}]}]}}}
Test (28, 1.18) / Test rabbitmq_mqtt / rabbitmq_mqtt (parallel-ct-set-1)
{error,{{assertEqual,[{module,rabbit_ct_broker_helpers},{line,1174},{expression,"CrashesCount"},{expected,0},{value,2}]},[{rabbit_ct_broker_helpers,find_crashes_in_logs,2,[{file,"deps/rabbitmq_mqtt/src/rabbit_ct_broker_helpers.erl"},{line,1174}]},{rabbit_ct_broker_helpers,stop_rabbitmq_nodes,1,[{file,"src/rabbit_ct_broker_helpers.erl"},{line,1123}]},{rabbit_ct_helpers,run_steps,2,[{file,"src/rabbit_ct_helpers.erl"},{line,126}]},{test_server,ts_tc,3,[{file,"test_server.erl"},{line,1796}]},{test_server,run_test_case_eval1,6,[{file,"test_server.erl"},{line,1393}]},{test_server,run_test_case_eval,9,[{file,"test_server.erl"},{line,1237}]}]}}
Test (28, 1.18) / Test rabbitmq_mqtt / rabbitmq_mqtt (parallel-ct-set-1)
{error,{{assertEqual,[{module,rabbit_ct_broker_helpers},{line,1174},{expression,"CrashesCount"},{expected,0},{value,1}]},[{rabbit_ct_broker_helpers,find_crashes_in_logs,2,[{file,"deps/rabbitmq_mqtt/src/rabbit_ct_broker_helpers.erl"},{line,1174}]},{rabbit_ct_broker_helpers,stop_rabbitmq_nodes,1,[{file,"src/rabbit_ct_broker_helpers.erl"},{line,1123}]},{rabbit_ct_helpers,run_steps,2,[{file,"src/rabbit_ct_helpers.erl"},{line,126}]},{test_server,ts_tc,3,[{file,"test_server.erl"},{line,1796}]},{test_server,run_test_case_eval1,6,[{file,"test_server.erl"},{line,1393}]},{test_server,run_test_case_eval,9,[{file,"test_server.erl"},{line,1237}]}]}}
Test mixed clusters (28, 1.18) / Test rabbitmq_mqtt / rabbitmq_mqtt (parallel-ct-set-1)
{error,{{assertEqual,[{module,rabbit_ct_broker_helpers},{line,1174},{expression,"CrashesCount"},{expected,0},{value,1}]},[{rabbit_ct_broker_helpers,find_crashes_in_logs,2,[{file,"deps/rabbitmq_mqtt/src/rabbit_ct_broker_helpers.erl"},{line,1174}]},{rabbit_ct_broker_helpers,stop_rabbitmq_nodes,1,[{file,"src/rabbit_ct_broker_helpers.erl"},{line,1123}]},{rabbit_ct_helpers,run_steps,2,[{file,"src/rabbit_ct_helpers.erl"},{line,126}]},{test_server,ts_tc,3,[{file,"test_server.erl"},{line,1796}]},{test_server,run_test_case_eval1,6,[{file,"test_server.erl"},{line,1393}]},{test_server,run_test_case_eval,9,[{file,"test_server.erl"},{line,1237}]}]}}
Test mixed clusters (28, 1.18) / Test rabbit (parallel-ct-set-1) / rabbit (parallel-ct-set-1)
{rabbit_db_topic_exchange_SUITE,end_per_testcase,{'EXIT',{{exception,undef,[{rabbit_db_topic_exchange,clear,[],[]}]},[{erpc,call,5,[{file,"erpc.erl"},{line,1380}]},{rabbit_db_topic_exchange_SUITE,end_per_testcase,2,[{file,"deps/rabbit/test/rabbit_db_topic_exchange_SUITE.erl"},{line,84}]},{test_server,do_end_per_testcase,4,[{file,"test_server.erl"},{line,1640}]},{test_server,run_test_case_eval1,6,[{file,"test_server.erl"},{line,1348}]},{test_server,run_test_case_eval,9,[{file,"test_server.erl"},{line,1237}]}]}}}
Test (28, 1.18) / Test plugins (rabbitmq_prelaunch) / rabbitmq_prelaunch (tests)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: erlef/setup-beam@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 mixed clusters (28, 1.18) / Test plugins (rabbitmq_prelaunch) / rabbitmq_prelaunch (tests)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: dsaltares/fetch-gh-release-asset@master, erlef/setup-beam@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 (28, 1.18) / Test plugins (rabbitmq_stream_common) / rabbitmq_stream_common (tests)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: erlef/setup-beam@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/
Type check (28, 1.18) / Type check plugins (rabbitmq_stream_common) / rabbitmq_stream_common (dialyze)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: erlef/setup-beam@v1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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 mixed clusters (28, 1.18) / Test plugins (rabbitmq_stream_common) / rabbitmq_stream_common (tests)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: dsaltares/fetch-gh-release-asset@master, erlef/setup-beam@v1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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 (28, 1.18) / Test plugins (amqp10_common) / amqp10_common (tests)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: erlef/setup-beam@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/
Type check (28, 1.18) / Type check plugins (amqp10_common) / amqp10_common (dialyze)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: erlef/setup-beam@v1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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 mixed clusters (28, 1.18) / Test plugins (amqp10_common) / amqp10_common (tests)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: dsaltares/fetch-gh-release-asset@master, erlef/setup-beam@v1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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/
Type check (28, 1.18) / Type check plugins (amqp_client) / amqp_client (dialyze)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: erlef/setup-beam@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/
Type check (28, 1.18) / Type check plugins (rabbitmq_prelaunch) / rabbitmq_prelaunch (dialyze)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: erlef/setup-beam@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 (28, 1.18) / Test plugins (rabbit_common) / rabbit_common (tests)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: erlef/setup-beam@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 mixed clusters (28, 1.18) / Test plugins (rabbit_common) / rabbit_common (tests)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: dsaltares/fetch-gh-release-asset@master, erlef/setup-beam@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/
Type check (28, 1.18) / Type check plugins (trust_store_http) / trust_store_http (dialyze)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: erlef/setup-beam@v1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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/
Type check (28, 1.18) / Type check plugins (rabbit_common) / rabbit_common (dialyze)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: erlef/setup-beam@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/
Type check (28, 1.18) / Type check plugins (rabbitmq_amqp_client) / rabbitmq_amqp_client (dialyze)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: erlef/setup-beam@v1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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/
Type check (28, 1.18) / Type check plugins (rabbitmq_ct_client_helpers) / rabbitmq_ct_client_helpers (dialyze)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: erlef/setup-beam@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/
Type check (28, 1.18) / Type check plugins (amqp10_client) / amqp10_client (dialyze)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: erlef/setup-beam@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 mixed clusters (28, 1.18) / Test plugins (rabbitmq_federation_common) / rabbitmq_federation_common (tests)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: dsaltares/fetch-gh-release-asset@master, erlef/setup-beam@v1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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 (28, 1.18) / Test rabbitmq_peer_discovery_aws (partially) / rabbitmq_peer_discovery_aws (ct-config_schema ct-unit)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: erlef/setup-beam@v1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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 (28, 1.18) / Test plugins (rabbitmq_jms_topic_exchange) / rabbitmq_jms_topic_exchange (tests)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: erlef/setup-beam@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 mixed clusters (28, 1.18) / Test plugins (rabbitmq_web_dispatch) / rabbitmq_web_dispatch (tests)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: dsaltares/fetch-gh-release-asset@master, erlef/setup-beam@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 (28, 1.18) / Test plugins (rabbitmq_federation_common) / rabbitmq_federation_common (tests)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: erlef/setup-beam@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 (28, 1.18) / Test plugins (rabbitmq_sharding) / rabbitmq_sharding (tests)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: erlef/setup-beam@v1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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 (28, 1.18) / Test plugins (oauth2_client) / oauth2_client (tests)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: erlef/setup-beam@v1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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 mixed clusters (28, 1.18) / Test plugins (rabbitmq_peer_discovery_k8s) / rabbitmq_peer_discovery_k8s (tests)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: dsaltares/fetch-gh-release-asset@master, erlef/setup-beam@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 (28, 1.18) / Test plugins (rabbitmq_web_dispatch) / rabbitmq_web_dispatch (tests)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: erlef/setup-beam@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 mixed clusters (28, 1.18) / Test plugins (rabbitmq_jms_topic_exchange) / rabbitmq_jms_topic_exchange (tests)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: dsaltares/fetch-gh-release-asset@master, erlef/setup-beam@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 (28, 1.18) / Test plugins (rabbitmq_aws) / rabbitmq_aws (tests)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: erlef/setup-beam@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 (28, 1.18) / Test plugins (rabbitmq_peer_discovery_k8s) / rabbitmq_peer_discovery_k8s (tests)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: erlef/setup-beam@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 (28, 1.18) / Test plugins (rabbitmq_recent_history_exchange) / rabbitmq_recent_history_exchange (tests)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: erlef/setup-beam@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 mixed clusters (28, 1.18) / Test plugins (rabbitmq_sharding) / rabbitmq_sharding (tests)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: dsaltares/fetch-gh-release-asset@master, erlef/setup-beam@v1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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 mixed clusters (28, 1.18) / Test rabbitmq_peer_discovery_aws (partially) / rabbitmq_peer_discovery_aws (ct-config_schema ct-unit)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: dsaltares/fetch-gh-release-asset@master, erlef/setup-beam@v1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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 (28, 1.18) / Test plugins (rabbitmq_auth_mechanism_ssl) / rabbitmq_auth_mechanism_ssl (tests)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: erlef/setup-beam@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 mixed clusters (28, 1.18) / Test plugins (rabbitmq_recent_history_exchange) / rabbitmq_recent_history_exchange (tests)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: dsaltares/fetch-gh-release-asset@master, erlef/setup-beam@v1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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 mixed clusters (28, 1.18) / Test plugins (oauth2_client) / oauth2_client (tests)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: dsaltares/fetch-gh-release-asset@master, erlef/setup-beam@v1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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 mixed clusters (28, 1.18) / Test plugins (rabbitmq_aws) / rabbitmq_aws (tests)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: dsaltares/fetch-gh-release-asset@master, erlef/setup-beam@v1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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 mixed clusters (28, 1.18) / Test plugins (rabbitmq_event_exchange) / rabbitmq_event_exchange (tests)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: dsaltares/fetch-gh-release-asset@master, erlef/setup-beam@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 (28, 1.18) / Test plugins (rabbitmq_event_exchange) / rabbitmq_event_exchange (tests)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: erlef/setup-beam@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 (28, 1.18) / Test plugins (rabbitmq_federation_management) / rabbitmq_federation_management (tests)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: erlef/setup-beam@v1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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 (28, 1.18) / Test plugins (rabbitmq_tracing) / rabbitmq_tracing (tests)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: erlef/setup-beam@v1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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 mixed clusters (28, 1.18) / Test rabbit (ct-metadata_store_clustering) / rabbit (ct-metadata_store_clustering)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: dsaltares/fetch-gh-release-asset@master, erlef/setup-beam@v1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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 mixed clusters (28, 1.18) / Test plugins (rabbitmq_auth_mechanism_ssl) / rabbitmq_auth_mechanism_ssl (tests)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: dsaltares/fetch-gh-release-asset@master, erlef/setup-beam@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 mixed clusters (28, 1.18) / Test plugins (rabbitmq_federation_management) / rabbitmq_federation_management (tests)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: dsaltares/fetch-gh-release-asset@master, erlef/setup-beam@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 mixed clusters (28, 1.18) / Test plugins (rabbitmq_auth_backend_http) / rabbitmq_auth_backend_http (tests)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: dsaltares/fetch-gh-release-asset@master, erlef/setup-beam@v1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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 mixed clusters (28, 1.18) / Test plugins (rabbitmq_federation_prometheus) / rabbitmq_federation_prometheus (tests)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: dsaltares/fetch-gh-release-asset@master, erlef/setup-beam@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 mixed clusters (28, 1.18) / Test plugins (rabbitmq_tracing) / rabbitmq_tracing (tests)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: dsaltares/fetch-gh-release-asset@master, erlef/setup-beam@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 mixed clusters (28, 1.18) / Test plugins (rabbitmq_auth_backend_ldap) / rabbitmq_auth_backend_ldap (tests)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: dsaltares/fetch-gh-release-asset@master, erlef/setup-beam@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 mixed clusters (28, 1.18) / Test plugins (rabbitmq_stream_management) / rabbitmq_stream_management (tests)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: dsaltares/fetch-gh-release-asset@master, erlef/setup-beam@v1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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 mixed clusters (28, 1.18) / Test plugins (rabbitmq_amqp_client) / rabbitmq_amqp_client (tests)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: dsaltares/fetch-gh-release-asset@master, erlef/setup-beam@v1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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 (28, 1.18) / Test plugins (rabbitmq_federation_prometheus) / rabbitmq_federation_prometheus (tests)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: erlef/setup-beam@v1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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/
Type check (28, 1.18) / Type check plugins (rabbitmq_peer_discovery_k8s) / rabbitmq_peer_discovery_k8s (dialyze)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: erlef/setup-beam@v1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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 (28, 1.18) / Test plugins (rabbitmq_auth_backend_http) / rabbitmq_auth_backend_http (tests)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: erlef/setup-beam@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 (28, 1.18) / Test plugins (rabbitmq_amqp_client) / rabbitmq_amqp_client (tests)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: erlef/setup-beam@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 (28, 1.18) / Test plugins (rabbitmq_shovel_prometheus) / rabbitmq_shovel_prometheus (tests)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: erlef/setup-beam@v1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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/
Type check (28, 1.18) / Type check plugins (rabbitmq_random_exchange) / rabbitmq_random_exchange (dialyze)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: erlef/setup-beam@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/
Type check (28, 1.18) / Type check plugins (rabbitmq_recent_history_exchange) / rabbitmq_recent_history_exchange (dialyze)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: erlef/setup-beam@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 mixed clusters (28, 1.18) / Test plugins (rabbitmq_stream) / rabbitmq_stream (tests)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: dsaltares/fetch-gh-release-asset@master, erlef/setup-beam@v1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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/
Type check (28, 1.18) / Type check plugins (rabbitmq_federation_common) / rabbitmq_federation_common (dialyze)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: erlef/setup-beam@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 mixed clusters (28, 1.18) / Test rabbit (ct-peer_discovery_classic_config) / rabbit (ct-peer_discovery_classic_config)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: dsaltares/fetch-gh-release-asset@master, erlef/setup-beam@v1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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/
Type check (28, 1.18) / Type check plugins (rabbitmq_peer_discovery_consul) / rabbitmq_peer_discovery_consul (dialyze)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: erlef/setup-beam@v1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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/
Type check (28, 1.18) / Type check plugins (rabbitmq_queue_federation) / rabbitmq_queue_federation (dialyze)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: erlef/setup-beam@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/
Type check (28, 1.18) / Type check plugins (rabbitmq_consistent_hash_exchange) / rabbitmq_consistent_hash_exchange (dialyze)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: erlef/setup-beam@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/
Type check (28, 1.18) / Type check plugins (rabbitmq_jms_topic_exchange) / rabbitmq_jms_topic_exchange (dialyze)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: erlef/setup-beam@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/
Type check (28, 1.18) / Type check plugins (rabbitmq_auth_mechanism_ssl) / rabbitmq_auth_mechanism_ssl (dialyze)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: erlef/setup-beam@v1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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/
Type check (28, 1.18) / Type check plugins (rabbitmq_exchange_federation) / rabbitmq_exchange_federation (dialyze)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: erlef/setup-beam@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/
Type check (28, 1.18) / Type check plugins (rabbitmq_auth_backend_cache) / rabbitmq_auth_backend_cache (dialyze)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: erlef/setup-beam@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/
Type check (28, 1.18) / Type check plugins (rabbitmq_peer_discovery_common) / rabbitmq_peer_discovery_common (dialyze)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: erlef/setup-beam@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 mixed clusters (28, 1.18) / Test plugins (rabbitmq_shovel_prometheus) / rabbitmq_shovel_prometheus (tests)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: dsaltares/fetch-gh-release-asset@master, erlef/setup-beam@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/
Type check (28, 1.18) / Type check plugins (rabbitmq_event_exchange) / rabbitmq_event_exchange (dialyze)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: erlef/setup-beam@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/
Type check (28, 1.18) / Type check plugins (rabbitmq_sharding) / rabbitmq_sharding (dialyze)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: erlef/setup-beam@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 (28, 1.18) / Test plugins (rabbitmq_management_agent) / rabbitmq_management_agent (tests)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: erlef/setup-beam@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/
Type check (28, 1.18) / Type check plugins (rabbitmq_peer_discovery_aws) / rabbitmq_peer_discovery_aws (dialyze)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: erlef/setup-beam@v1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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 (28, 1.18) / Test plugins (rabbitmq_web_stomp) / rabbitmq_web_stomp (tests)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: erlef/setup-beam@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/
Type check (28, 1.18) / Type check plugins (rabbitmq_auth_backend_http) / rabbitmq_auth_backend_http (dialyze)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: erlef/setup-beam@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/
Type check (28, 1.18) / Type check plugins (rabbitmq_web_stomp_examples) / rabbitmq_web_stomp_examples (dialyze)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: erlef/setup-beam@v1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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 (28, 1.18) / Test plugins (rabbitmq_peer_discovery_common) / rabbitmq_peer_discovery_common (tests)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: erlef/setup-beam@v1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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/
Type check (28, 1.18) / Type check plugins (rabbitmq_web_dispatch) / rabbitmq_web_dispatch (dialyze)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: erlef/setup-beam@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/
Type check (28, 1.18) / Type check plugins (rabbitmq_trust_store) / rabbitmq_trust_store (dialyze)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: erlef/setup-beam@v1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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 mixed clusters (28, 1.18) / Test plugins (rabbitmq_peer_discovery_common) / rabbitmq_peer_discovery_common (tests)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: dsaltares/fetch-gh-release-asset@master, erlef/setup-beam@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/
Type check (28, 1.18) / Type check plugins (rabbitmq_auth_backend_oauth2) / rabbitmq_auth_backend_oauth2 (dialyze)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: erlef/setup-beam@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/
Type check (28, 1.18) / Type check plugins (rabbitmq_web_stomp) / rabbitmq_web_stomp (dialyze)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: erlef/setup-beam@v1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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 (28, 1.18) / Test plugins (rabbitmq_auth_backend_ldap) / rabbitmq_auth_backend_ldap (tests)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: erlef/setup-beam@v1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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 mixed clusters (28, 1.18) / Test plugins (rabbitmq_management_agent) / rabbitmq_management_agent (tests)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: dsaltares/fetch-gh-release-asset@master, erlef/setup-beam@v1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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/
Type check (28, 1.18) / Type check plugins (rabbitmq_shovel) / rabbitmq_shovel (dialyze)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: erlef/setup-beam@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 mixed clusters (28, 1.18) / Test plugins (rabbitmq_shovel_management) / rabbitmq_shovel_management (tests)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: dsaltares/fetch-gh-release-asset@master, erlef/setup-beam@v1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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/
Type check (28, 1.18) / Type check plugins (rabbitmq_web_mqtt_examples) / rabbitmq_web_mqtt_examples (dialyze)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: erlef/setup-beam@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 mixed clusters (28, 1.18) / Test plugins (rabbitmq_web_stomp) / rabbitmq_web_stomp (tests)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: dsaltares/fetch-gh-release-asset@master, erlef/setup-beam@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/
Type check (28, 1.18) / Type check plugins (rabbitmq_aws) / rabbitmq_aws (dialyze)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: erlef/setup-beam@v1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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/
Type check (28, 1.18) / Type check plugins (rabbitmq_aws) / rabbitmq_aws (dialyze)
missing specification for function from_ucs4be/2
Type check (28, 1.18) / Type check plugins (rabbitmq_aws) / rabbitmq_aws (dialyze)
missing specification for function from_ucs4be/1
Type check (28, 1.18) / Type check plugins (rabbitmq_aws) / rabbitmq_aws (dialyze)
missing specification for function to_ucs4be/1
Type check (28, 1.18) / Type check plugins (rabbitmq_aws) / rabbitmq_aws (dialyze)
missing specification for function is_visible_ascii/1
Type check (28, 1.18) / Type check plugins (rabbitmq_aws) / rabbitmq_aws (dialyze)
missing specification for function is_visible_latin1/1
Type check (28, 1.18) / Type check plugins (rabbitmq_aws) / rabbitmq_aws (dialyze)
missing specification for function is_iso646_basic/1
Type check (28, 1.18) / Type check plugins (rabbitmq_aws) / rabbitmq_aws (dialyze)
missing specification for function is_ascii/1
Type check (28, 1.18) / Type check plugins (rabbitmq_aws) / rabbitmq_aws (dialyze)
missing specification for function is_latin1/1
Type check (28, 1.18) / Type check plugins (rabbitmq_aws) / rabbitmq_aws (dialyze)
missing specification for function is_bmpchar/1
Type check (28, 1.18) / Type check plugins (rabbitmq_aws) / rabbitmq_aws (dialyze)
missing specification for function is_unicode/1
Type check (28, 1.18) / Type check plugins (rabbitmq_tracing) / rabbitmq_tracing (dialyze)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: erlef/setup-beam@v1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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/
Type check (28, 1.18) / Type check plugins (rabbitmq_ct_helpers) / rabbitmq_ct_helpers (dialyze)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: erlef/setup-beam@v1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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/
Type check (28, 1.18) / Type check plugins (oauth2_client) / oauth2_client (dialyze)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: erlef/setup-beam@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 (28, 1.18) / Test plugins (amqp_client) / amqp_client (tests)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: erlef/setup-beam@v1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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/
Type check (28, 1.18) / Type check plugins (rabbitmq_auth_backend_ldap) / rabbitmq_auth_backend_ldap (dialyze)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: erlef/setup-beam@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 mixed clusters (28, 1.18) / Test plugins (rabbitmq_queue_federation) / rabbitmq_queue_federation (tests)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: dsaltares/fetch-gh-release-asset@master, erlef/setup-beam@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/
Type check (28, 1.18) / Type check plugins (rabbitmq_management_agent) / rabbitmq_management_agent (dialyze)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: erlef/setup-beam@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/
Type check (28, 1.18) / Type check plugins (rabbitmq_federation_management) / rabbitmq_federation_management (dialyze)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: erlef/setup-beam@v1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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 (28, 1.18) / Test plugins (rabbitmq_shovel_management) / rabbitmq_shovel_management (tests)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: erlef/setup-beam@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/
Type check (28, 1.18) / Type check plugins (rabbit) / rabbit (dialyze)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: erlef/setup-beam@v1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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/
Type check (28, 1.18) / Type check plugins (rabbitmq_management) / rabbitmq_management (dialyze)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: erlef/setup-beam@v1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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 mixed clusters (28, 1.18) / Test plugins (amqp_client) / amqp_client (tests)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: dsaltares/fetch-gh-release-asset@master, erlef/setup-beam@v1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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/
Type check (28, 1.18) / Type check plugins (rabbitmq_top) / rabbitmq_top (dialyze)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: erlef/setup-beam@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/
Type check (28, 1.18) / Type check plugins (rabbitmq_prometheus) / rabbitmq_prometheus (dialyze)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: erlef/setup-beam@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 and Xref (28, 1.18)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: erlef/setup-beam@v1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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 and Xref (28, 1.18)
the callback gen_server:format_status(_,_) is deprecated; use format_status/1 instead
Test (28, 1.18) / Test rabbit (ct-rabbit_fifo_prop) / rabbit (ct-rabbit_fifo_prop)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: erlef/setup-beam@v1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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 mixed clusters (28, 1.18) / Test plugins (rabbitmq_exchange_federation) / rabbitmq_exchange_federation (tests)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: dsaltares/fetch-gh-release-asset@master, erlef/setup-beam@v1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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 and Xref (27, 1.18)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: erlef/setup-beam@v1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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 and Xref (27, 1.18)
the callback gen_server:format_status(_,_) is deprecated; use format_status/1 instead
Test (28, 1.18) / Test plugins (rabbitmq_consistent_hash_exchange) / rabbitmq_consistent_hash_exchange (tests)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: erlef/setup-beam@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 (28, 1.18) / Test plugins (rabbitmq_queue_federation) / rabbitmq_queue_federation (tests)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: erlef/setup-beam@v1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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 (28, 1.18) / Test plugins (rabbitmq_exchange_federation) / rabbitmq_exchange_federation (tests)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: erlef/setup-beam@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 and Xref (26, 1.18)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: erlef/setup-beam@v1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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 mixed clusters (28, 1.18) / Test rabbit (ct-rabbit_fifo_prop) / rabbit (ct-rabbit_fifo_prop)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: dsaltares/fetch-gh-release-asset@master, erlef/setup-beam@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/
Type check (28, 1.18) / Type check plugins (rabbitmq_stream_management) / rabbitmq_stream_management (dialyze)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: erlef/setup-beam@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/
Type check (28, 1.18) / Type check plugins (rabbitmq_federation_prometheus) / rabbitmq_federation_prometheus (dialyze)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: erlef/setup-beam@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/
Type check (28, 1.18) / Type check plugins (rabbitmq_shovel_management) / rabbitmq_shovel_management (dialyze)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: erlef/setup-beam@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 mixed clusters (28, 1.18) / Test plugins (rabbitmq_consistent_hash_exchange) / rabbitmq_consistent_hash_exchange (tests)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: dsaltares/fetch-gh-release-asset@master, erlef/setup-beam@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 (28, 1.18) / Test plugins (rabbitmq_peer_discovery_etcd) / rabbitmq_peer_discovery_etcd (tests)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: erlef/setup-beam@v1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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/
Type check (28, 1.18) / Type check plugins (rabbitmq_shovel_prometheus) / rabbitmq_shovel_prometheus (dialyze)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: erlef/setup-beam@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 (28, 1.18) / Test plugins (rabbitmq_trust_store) / rabbitmq_trust_store (tests)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: erlef/setup-beam@v1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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 mixed clusters (28, 1.18) / Test plugins (rabbitmq_trust_store) / rabbitmq_trust_store (tests)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: dsaltares/fetch-gh-release-asset@master, erlef/setup-beam@v1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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 (28, 1.18) / Test plugins (rabbitmq_auth_backend_oauth2) / rabbitmq_auth_backend_oauth2 (tests)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: erlef/setup-beam@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 mixed clusters (28, 1.18) / Test plugins (rabbitmq_peer_discovery_etcd) / rabbitmq_peer_discovery_etcd (tests)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: dsaltares/fetch-gh-release-asset@master, erlef/setup-beam@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 (28, 1.18) / Test plugins (rabbitmq_prometheus) / rabbitmq_prometheus (tests)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: erlef/setup-beam@v1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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 mixed clusters (28, 1.18) / Test plugins (rabbitmq_prometheus) / rabbitmq_prometheus (tests)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: dsaltares/fetch-gh-release-asset@master, erlef/setup-beam@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 mixed clusters (28, 1.18) / Test plugins (rabbitmq_auth_backend_oauth2) / rabbitmq_auth_backend_oauth2 (tests)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: dsaltares/fetch-gh-release-asset@master, erlef/setup-beam@v1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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 (28, 1.18) / Test rabbit (ct-peer_discovery_classic_config) / rabbit (ct-peer_discovery_classic_config)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: erlef/setup-beam@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 (28, 1.18) / Test plugins (rabbitmq_auth_backend_cache) / rabbitmq_auth_backend_cache (tests)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: erlef/setup-beam@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 mixed clusters (28, 1.18) / Test plugins (rabbitmq_auth_backend_cache) / rabbitmq_auth_backend_cache (tests)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: dsaltares/fetch-gh-release-asset@master, erlef/setup-beam@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 (28, 1.18) / Test plugins (rabbitmq_stream_management) / rabbitmq_stream_management (tests)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: erlef/setup-beam@v1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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 mixed clusters (28, 1.18) / Test plugins (amqp10_client) / amqp10_client (tests)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: dsaltares/fetch-gh-release-asset@master, erlef/setup-beam@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 (28, 1.18) / Test plugins (amqp10_client) / amqp10_client (tests)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: erlef/setup-beam@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 (28, 1.18) / Test rabbit (parallel-ct-set-5) / rabbit (parallel-ct-set-5)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: erlef/setup-beam@v1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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 (28, 1.18) / Test rabbit (parallel-ct-set-3) / rabbit (parallel-ct-set-3)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: erlef/setup-beam@v1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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 mixed clusters (28, 1.18) / Test rabbit (parallel-ct-set-5) / rabbit (parallel-ct-set-5)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: dsaltares/fetch-gh-release-asset@master, erlef/setup-beam@v1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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 mixed clusters (28, 1.18) / Test plugins (rabbitmq_peer_discovery_consul) / rabbitmq_peer_discovery_consul (tests)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: dsaltares/fetch-gh-release-asset@master, erlef/setup-beam@v1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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 (28, 1.18) / Test plugins (rabbitmq_peer_discovery_consul) / rabbitmq_peer_discovery_consul (tests)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: erlef/setup-beam@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 (28, 1.18) / Test plugins (rabbitmq_stream) / rabbitmq_stream (tests)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: erlef/setup-beam@v1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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 mixed clusters (28, 1.18) / Test rabbit (eunit ct-dead_lettering) / rabbit (eunit ct-dead_lettering)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: dsaltares/fetch-gh-release-asset@master, erlef/setup-beam@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 (28, 1.18) / Test rabbit (eunit ct-dead_lettering) / rabbit (eunit ct-dead_lettering)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: erlef/setup-beam@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 (28, 1.18) / Test rabbit (ct-amqp_client) / rabbit (ct-amqp_client)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: erlef/setup-beam@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 (28, 1.18) / Test rabbit (parallel-ct-set-4) / rabbit (parallel-ct-set-4)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: erlef/setup-beam@v1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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 mixed clusters (28, 1.18) / Test plugins (rabbitmq_stomp) / rabbitmq_stomp (tests)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: dsaltares/fetch-gh-release-asset@master, erlef/setup-beam@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 mixed clusters (28, 1.18) / Test rabbit (ct-amqp_client) / rabbit (ct-amqp_client)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: dsaltares/fetch-gh-release-asset@master, erlef/setup-beam@v1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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 mixed clusters (28, 1.18) / Test rabbit (parallel-ct-set-3) / rabbit (parallel-ct-set-3)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: dsaltares/fetch-gh-release-asset@master, erlef/setup-beam@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 mixed clusters (28, 1.18) / Test rabbit (parallel-ct-set-2) / rabbit (parallel-ct-set-2)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: dsaltares/fetch-gh-release-asset@master, erlef/setup-beam@v1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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 (28, 1.18) / Test rabbit (parallel-ct-set-2) / rabbit (parallel-ct-set-2)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: erlef/setup-beam@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 mixed clusters (28, 1.18) / Test rabbit (parallel-ct-set-4) / rabbit (parallel-ct-set-4)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: dsaltares/fetch-gh-release-asset@master, erlef/setup-beam@v1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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 mixed clusters (28, 1.18) / Test rabbit (ct-quorum_queue) / rabbit (ct-quorum_queue)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: dsaltares/fetch-gh-release-asset@master, erlef/setup-beam@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 (28, 1.18) / Test plugins (rabbitmq_stomp) / rabbitmq_stomp (tests)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: erlef/setup-beam@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 (28, 1.18) / Test rabbit (ct-rabbit_stream_queue) / rabbit (ct-rabbit_stream_queue)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: erlef/setup-beam@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 mixed clusters (28, 1.18) / Test rabbit (ct-rabbit_stream_queue) / rabbit (ct-rabbit_stream_queue)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: dsaltares/fetch-gh-release-asset@master, erlef/setup-beam@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 (28, 1.18) / Test rabbit (ct-feature_flags) / rabbit (ct-feature_flags)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: erlef/setup-beam@v1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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 (28, 1.18) / Test plugins (rabbitmq_management) / rabbitmq_management (tests)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: erlef/setup-beam@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 (28, 1.18) / Test rabbit (ct-clustering_management) / rabbit (ct-clustering_management)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: erlef/setup-beam@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 mixed clusters (28, 1.18) / Test rabbit (ct-feature_flags) / rabbit (ct-feature_flags)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: dsaltares/fetch-gh-release-asset@master, erlef/setup-beam@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 (28, 1.18) / Test rabbit (ct-clustering_recovery) / rabbit (ct-clustering_recovery)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: erlef/setup-beam@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 mixed clusters (28, 1.18) / Test rabbit (ct-clustering_management) / rabbit (ct-clustering_management)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: dsaltares/fetch-gh-release-asset@master, erlef/setup-beam@v1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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 (28, 1.18) / Test rabbit (ct-metadata_store_clustering) / rabbit (ct-metadata_store_clustering)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: erlef/setup-beam@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 (28, 1.18) / Test rabbit (parallel-ct-set-1) / rabbit (parallel-ct-set-1)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: erlef/setup-beam@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 mixed clusters (28, 1.18) / Test plugins (rabbitmq_management) / rabbitmq_management (tests)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: dsaltares/fetch-gh-release-asset@master, erlef/setup-beam@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 (28, 1.18) / Test rabbitmq_mqtt / rabbitmq_mqtt (parallel-ct-set-1)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: erlef/setup-beam@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 (28, 1.18) / Test rabbit (ct-quorum_queue) / rabbit (ct-quorum_queue)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: erlef/setup-beam@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 mixed clusters (28, 1.18) / Test plugins (rabbitmq_cli) / rabbitmq_cli (tests)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: dsaltares/fetch-gh-release-asset@master, erlef/setup-beam@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 mixed clusters (28, 1.18) / Test plugins (rabbitmq_cli) / rabbitmq_cli (tests)
the callback gen_server:format_status(_,_) is deprecated; use format_status/1 instead
Test (28, 1.18) / Test plugins (rabbitmq_cli) / rabbitmq_cli (tests)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: erlef/setup-beam@v1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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 (28, 1.18) / Test plugins (rabbitmq_cli) / rabbitmq_cli (tests)
the callback gen_server:format_status(_,_) is deprecated; use format_status/1 instead
Test (28, 1.18) / Test plugins (rabbitmq_web_mqtt) / rabbitmq_web_mqtt (tests)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: erlef/setup-beam@v1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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 mixed clusters (28, 1.18) / Test rabbitmq_mqtt / rabbitmq_mqtt (parallel-ct-set-1)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: dsaltares/fetch-gh-release-asset@master, erlef/setup-beam@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 mixed clusters (28, 1.18) / Test rabbit (parallel-ct-set-1) / rabbit (parallel-ct-set-1)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: dsaltares/fetch-gh-release-asset@master, erlef/setup-beam@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 (28, 1.18) / Test plugins (rabbitmq_shovel) / rabbitmq_shovel (tests)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: erlef/setup-beam@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 mixed clusters (28, 1.18) / Test rabbit (ct-clustering_recovery) / rabbit (ct-clustering_recovery)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: dsaltares/fetch-gh-release-asset@master, erlef/setup-beam@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 mixed clusters (28, 1.18) / Test plugins (rabbitmq_web_mqtt) / rabbitmq_web_mqtt (tests)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: dsaltares/fetch-gh-release-asset@master, erlef/setup-beam@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 mixed clusters (28, 1.18) / Test plugins (rabbitmq_shovel) / rabbitmq_shovel (tests)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: dsaltares/fetch-gh-release-asset@master, erlef/setup-beam@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/

Artifacts

Produced during runtime
Name Size Digest
CT logs (amqp10_client tests OTP-28 mixed)
409 KB
sha256:7db027bdf5b93d95065420b4d791e1ac7d5585082f89d69dcc3c4dba79058bb5
CT logs (amqp10_client tests OTP-28 )
409 KB
sha256:6e302a3608f41ce1c84c7cd9eb95e5be131ead5add7358a6f38b5eef5f1f9018
CT logs (amqp10_common tests OTP-28 mixed)
231 KB
sha256:c958f44948c24a65214f2585ebda5d26997fe4d1d1b3a2bfff46731160d5adde
CT logs (amqp10_common tests OTP-28 )
231 KB
sha256:b913a3e80f78e986b532b465a838360bdf6a723044ddf457209b4dcb57854a39
CT logs (amqp_client tests OTP-28 mixed)
6.12 MB
sha256:363fc1d9ae9c744baedc72083f4a157c9b16999137731ad6daac7b14b3e96c2d
CT logs (amqp_client tests OTP-28 )
5.83 MB
sha256:39c5d485fa4b1edcc1de2a29a0ef0baa9ac4b12966f78711d6a8dbb96b5cc29c
CT logs (oauth2_client tests OTP-28 mixed)
410 KB
sha256:4363c6fb83b8080e5f3a12ce6a9559e876946203dbbec615c12535530aa27121
CT logs (oauth2_client tests OTP-28 )
409 KB
sha256:9789618a89c0c216b9aae5dbbb25d63f9257e4a64b3ec64edc3fd9deca489983
CT logs (rabbit ct-amqp_client OTP-28 mixed)
2.38 MB
sha256:6b0658cfeee4b327116d964e702334ab214b27acd6c7cff08fa6e664092267ef
CT logs (rabbit ct-amqp_client OTP-28 )
2.16 MB
sha256:6a234289d816b96e410c0e2ed6d19323a0cdbe063d18e5a3c172b9ab9c6632c7
CT logs (rabbit ct-clustering_management OTP-28 mixed)
6.9 MB
sha256:b36ebc013322dd7c33ab921b507429e62f01cfc922c5966a0344b4a93c0ab839
CT logs (rabbit ct-clustering_management OTP-28 )
5.81 MB
sha256:1bfd0513c1e9bf1e1b2d29475e9634b7666179eace6a6130ce1b4ee7813448bc
CT logs (rabbit ct-clustering_recovery OTP-28 mixed)
6.65 MB
sha256:fff3c7cf51d81886d6ec04842ff4c23a885aaee7c466133a77e4be5acff8f543
CT logs (rabbit ct-clustering_recovery OTP-28 )
6.2 MB
sha256:f3091bd409eba50f55e378049c750f9e7d4086b854cf9b6f16216131c8bfb55f
CT logs (rabbit ct-feature_flags OTP-28 mixed)
7.46 MB
sha256:536616e27c39c03f4ffb076d4c4212cd2dba75911c8c08f5fdc73b75a4db0317
CT logs (rabbit ct-feature_flags OTP-28 )
6.86 MB
sha256:b3272e1d86cb020acada4717ed63a5a5dc3ff10a06381f8becba51bb6052547e
CT logs (rabbit ct-metadata_store_clustering OTP-28 mixed)
131 KB
sha256:23a0ea8e012396f6fd6f8b75371d7d9950d17206b00050510c3a7c71a2424cdf
CT logs (rabbit ct-metadata_store_clustering OTP-28 )
4.85 MB
sha256:38a05c25a2dbf2e6272faa72bc85ba6d8777fbfe0932da6194d3acc013f17b36
CT logs (rabbit ct-peer_discovery_classic_config OTP-28 mixed)
280 KB
sha256:536f9ca4b978645327592d2453bcc4c351b0167702ea025b206dddaa5ca018b0
CT logs (rabbit ct-peer_discovery_classic_config OTP-28 )
2.33 MB
sha256:1e8fdd8353794bf13709a293fb4cf9c1fe9379e2a10058c62c65a03fe48c7d1b
CT logs (rabbit ct-quorum_queue OTP-28 mixed)
3.66 MB
sha256:46eed45e07a6fe11a9d0e1fbdcf54e518d243afc3652350fbc145206ee7ce788
CT logs (rabbit ct-quorum_queue OTP-28 )
5.73 MB
sha256:34136fa1db4df8ba1943c40784f3acfc67cdd8f4dae7c35e0fc87ed75abdbef0
CT logs (rabbit ct-rabbit_fifo_prop OTP-28 mixed)
388 KB
sha256:48093b7186b391043fdbc9a6a7ac619a1e587561343bb2f623e1df72179e116e
CT logs (rabbit ct-rabbit_fifo_prop OTP-28 )
390 KB
sha256:6267f6b59f315419c4897c3c8fa80f3e35653328631581b24231705a44c32f11
CT logs (rabbit ct-rabbit_stream_queue OTP-28 mixed)
6.55 MB
sha256:db321ec01fdf1891e95d4bf8d75a7e2e10adbc69b98d63793b28ce9f8c5d226d
CT logs (rabbit ct-rabbit_stream_queue OTP-28 )
6.4 MB
sha256:75e6283f627dcd4a56365da74b93e191db0efc0668279491d982bad607c787bd
CT logs (rabbit eunit ct-dead_lettering OTP-28 mixed)
4.17 MB
sha256:84e049d6c5e3a13c66189467209456a9828afcb310543d5cc0226fd3e7c663aa
CT logs (rabbit eunit ct-dead_lettering OTP-28 )
4.17 MB
sha256:0b5bd7d963f157c7aa43b5a9a6184aa4cecb278aa983907272d93cb6b8bfc97e
CT logs (rabbit parallel-ct-set-1 OTP-28 mixed)
11.4 MB
sha256:5f40cc045c3f076e76c1327f5d2e3cd54bb04669c155ae3d0038a5558e77af92
CT logs (rabbit parallel-ct-set-1 OTP-28 )
11.3 MB
sha256:d4071fa1a8cf982b05529e43ce5818f10fb88e9919642b5b83db99ee4da2b4bf
CT logs (rabbit parallel-ct-set-2 OTP-28 mixed)
10 MB
sha256:c0e51763e0ac47a3c471b2dfe40aba797bff53fa3727dd9d374491dc4d331302
CT logs (rabbit parallel-ct-set-2 OTP-28 )
10.1 MB
sha256:69b3514628cd52221f02a59e8a4e10727ce9facf4a9a52be4f720a7552429911
CT logs (rabbit parallel-ct-set-3 OTP-28 mixed)
6.46 MB
sha256:551b0029e9eab0305ebbec4f0ff750978fb4bb266036bf780a519e3968342afc
CT logs (rabbit parallel-ct-set-3 OTP-28 )
8.57 MB
sha256:129fe73f30f3d3db51a7e8a4bed6f08a61b403dbf8cb4adf86fac92e6f4db9ea
CT logs (rabbit parallel-ct-set-4 OTP-28 mixed)
11.5 MB
sha256:f837d110adaa9465346d921ca710b0500f4079b07a0002f5da386c8a924ba36d
CT logs (rabbit parallel-ct-set-4 OTP-28 )
11.5 MB
sha256:b4f299716fcbf6211e044d669996372437b21a60d7bc78b2ade7c4a951ce5bd6
CT logs (rabbit parallel-ct-set-5 OTP-28 mixed)
6.46 MB
sha256:7015df9bf09ddba7b11edba6be243bc0ee5b9115f7df9e78a3929860153a227e
CT logs (rabbit parallel-ct-set-5 OTP-28 )
5.78 MB
sha256:c05ca13dfec14332138aa96d8f53bcb363c3ebc2f957d1180c183cc660d58801
CT logs (rabbit_common tests OTP-28 mixed)
526 KB
sha256:4a0dfef253bb7e5d207e2430c8e4017a4d9e145dd935c03ed298fd16d09d1e2f
CT logs (rabbit_common tests OTP-28 )
526 KB
sha256:48c206b36737e960f1ab48668db0b9eacf348a305c1dca5272182e9f4bdd6a72
CT logs (rabbitmq_amqp_client tests OTP-28 mixed)
810 KB
sha256:abdca4f2e95901307eff739cf2b28267719452712bd6ba80a31accf203cbdaef
CT logs (rabbitmq_amqp_client tests OTP-28 )
801 KB
sha256:1970db6caae055eae14be1415a163e60764d8c7677c238f3561d63de231592f2
CT logs (rabbitmq_auth_backend_cache tests OTP-28 mixed)
553 KB
sha256:71c2f49499e6a34c0c0044b9361ef6869e7ea7ac2f4d4517fb995e9a005d3a92
CT logs (rabbitmq_auth_backend_cache tests OTP-28 )
723 KB
sha256:9e4a26a9804d8d4d34af278f7a1fcea46738c8c149d11b7eb18603303c76f934
CT logs (rabbitmq_auth_backend_http tests OTP-28 mixed)
474 KB
sha256:0d19f16c2982064ef8e20e4f622e8867e349d451b38e6932229fc82d9b49f0ea
CT logs (rabbitmq_auth_backend_http tests OTP-28 )
473 KB
sha256:412527ed0f69bf15f80717d15f1190de0aa3fa4df0f4339d113a64c3d27c5b59
CT logs (rabbitmq_auth_backend_ldap tests OTP-28 mixed)
794 KB
sha256:695ba934a9004ea22153b70761a33046ae080e2d605030921ab986514003412d
CT logs (rabbitmq_auth_backend_ldap tests OTP-28 )
795 KB
sha256:a0acaa7c51ab1feaba4588c06cb89966fd893d9c76fef003f5f4e66a6a9d87fd
CT logs (rabbitmq_auth_backend_oauth2 tests OTP-28 mixed)
2.74 MB
sha256:cfd7ebe08b08499319f8a33d897b1385979ebcb85e6aa6585e07db575d82ff65
CT logs (rabbitmq_auth_backend_oauth2 tests OTP-28 )
2.73 MB
sha256:fa617c16ffa07186cd333927c71ea35bc7e9b10968602099de62ad644728749a
CT logs (rabbitmq_auth_mechanism_ssl tests OTP-28 mixed)
230 KB
sha256:25a4b64fe0b43bbe5c4df51828fecdd0ea8ba67ca0ef543a44760a916721293a
CT logs (rabbitmq_auth_mechanism_ssl tests OTP-28 )
230 KB
sha256:6d2423ffc9332530a77a80202beffb6f699cedf7dad075f3785547a69539ea72
CT logs (rabbitmq_aws tests OTP-28 mixed)
215 KB
sha256:f3d6254e76ecd5b36bd90830d23f9bdcea35285b5b4d13e88659dacf2c25c852
CT logs (rabbitmq_aws tests OTP-28 )
215 KB
sha256:6edad74fee5b5b523bfd9edf237b61b20b33873fbd240644687ad6aafd40a88a
CT logs (rabbitmq_cli tests OTP-28 mixed)
710 KB
sha256:1df6339d9281dc67eb57bc3450dc97127c684e2a912635d7ea12a5cef2285b2f
CT logs (rabbitmq_cli tests OTP-28 )
641 KB
sha256:de993709ea65d52d6aa78d0a6130ee778d52da063139fa5c7c2eab97ba594a10
CT logs (rabbitmq_consistent_hash_exchange tests OTP-28 mixed)
1.41 MB
sha256:db745cf2a9cd299e51f2bf00cfb264f2aa08f0eea96b0269179f4f80119f0274
CT logs (rabbitmq_consistent_hash_exchange tests OTP-28 )
1.37 MB
sha256:bef072b9dd6ba606a3f0e66d9a3d9c2bfad5545b01ae999be8761bd6f6066f33
CT logs (rabbitmq_event_exchange tests OTP-28 mixed)
652 KB
sha256:23fb9c054c6a16440b1a2e66d5fe8fd3b455d7b00168eb3bcd2d38fa92234cad
CT logs (rabbitmq_event_exchange tests OTP-28 )
649 KB
sha256:b5e0300fe4b5801c16c8058cb9efd484b720d255a05e06550607315a3a5b7de8
CT logs (rabbitmq_exchange_federation tests OTP-28 mixed)
2.64 MB
sha256:60555795b24bd456ac071263fe12ac7b0188065044eec4b15b23da1387559599
CT logs (rabbitmq_exchange_federation tests OTP-28 )
3.16 MB
sha256:0f1f4964f4f19c4713e00a76f93640479eab652b7100ad29eeb9ed32858694f4
CT logs (rabbitmq_federation_common tests OTP-28 mixed)
278 KB
sha256:299a1ed43f267abf4551bcf46e198415371511cea09e18366b54cc69ffcef335
CT logs (rabbitmq_federation_common tests OTP-28 )
278 KB
sha256:defebbfa929eedb842516da9bbf4eaed2242aa4d2359fee983c9c0d9975c8d12
CT logs (rabbitmq_federation_management tests OTP-28 mixed)
315 KB
sha256:63a357f9edd84cf46bb831f702b7c77373ea95d268cd2fdffe528c6935f53799
CT logs (rabbitmq_federation_management tests OTP-28 )
313 KB
sha256:47415d00f9dfebb42d623dff227bc722d9ad29b10035f84b5c6b86239331ab9e
CT logs (rabbitmq_federation_prometheus tests OTP-28 mixed)
263 KB
sha256:4baa8fb4b9ad082114fbe22366848f26fb7e80c3ceb36b115d2ced675d9f8962
CT logs (rabbitmq_federation_prometheus tests OTP-28 )
260 KB
sha256:9f27263dbb13b03a70c0ad2986a57101808e7911a29c36cec899944d0d541e60
CT logs (rabbitmq_jms_topic_exchange tests OTP-28 mixed)
339 KB
sha256:cc9b426d17a8639bcc5135fe09ef68f6083c927c10579990611bf651870a0df4
CT logs (rabbitmq_jms_topic_exchange tests OTP-28 )
338 KB
sha256:b4f83dd290716707f670b6a434237452cebaebab99a4ecd58978fd310b1fbff4
CT logs (rabbitmq_management tests OTP-28 mixed)
7.37 MB
sha256:4ad0ed7963d66c91aeb6331e01da2b984b654c8a6a7e60a01fdcefc477530692
CT logs (rabbitmq_management tests OTP-28 )
7.33 MB
sha256:80764547948389c97e4624fa6370243cd446e312279c8022370b0ba424a16a22
CT logs (rabbitmq_management_agent tests OTP-28 mixed)
736 KB
sha256:f47fb61e5b8e925adbdc252a41d6069a959c82784ef70f56a4eccea6021a4921
CT logs (rabbitmq_management_agent tests OTP-28 )
710 KB
sha256:1e17d26cb34e36069ff1616d668109599d18c2a918013c7c188d8929d216bd47
CT logs (rabbitmq_mqtt parallel-ct-set-1 OTP-28 mixed)
12.4 MB
sha256:857a5d9b1df5a43d6610d3b06d197025546d657ea69d4ffbaf211509cdf1e64f
CT logs (rabbitmq_mqtt parallel-ct-set-1 OTP-28 )
11.9 MB
sha256:7a268107dbf0a48261f9dbaa3b6dc967d756afd482b79b6c606760046f673e55
CT logs (rabbitmq_peer_discovery_aws ct-config_schema ct-unit OTP-28 mixed)
348 KB
sha256:3c1cc1a851d2cefd1e51bb9a3b256932ed4036e770b8bc09f3aa2016e4b49fec
CT logs (rabbitmq_peer_discovery_aws ct-config_schema ct-unit OTP-28 )
348 KB
sha256:f87b38c156f6012b4d799db1764513af5aedf6d3fea0de25ed38faa1c45422a8
CT logs (rabbitmq_peer_discovery_common tests OTP-28 mixed)
870 KB
sha256:6cba95f7711f86145cd3e2a7a4b7741cafb40ca8ad6fe3240b4fa849e9daebc8
CT logs (rabbitmq_peer_discovery_common tests OTP-28 )
848 KB
sha256:cb59c14a29d6ec294d9fdb5e887988e22ad66df990c31e286948cf7874e0a159
CT logs (rabbitmq_peer_discovery_consul tests OTP-28 mixed)
1.08 MB
sha256:0e22c6e70943dc798bb27f6cb0ccb681334d71239c7e5a15afbb86ebc0b52b07
CT logs (rabbitmq_peer_discovery_consul tests OTP-28 )
1.08 MB
sha256:459dc75777e1b39a876b6aefa29dd2ad8507d9de1eac5bee39edbe5891f15567
CT logs (rabbitmq_peer_discovery_etcd tests OTP-28 mixed)
1.03 MB
sha256:1e36353cbd28b56cc5b08d0889482f63ec3b0ac8dd64d17b450911f365a7769c
CT logs (rabbitmq_peer_discovery_etcd tests OTP-28 )
1.03 MB
sha256:fde76adde3dc0529174951d6599aab07e319bf95e0432b76875d9bc4a657077d
CT logs (rabbitmq_peer_discovery_k8s tests OTP-28 mixed)
278 KB
sha256:d6a36a056179699d93ad9d2a965a6b4f129f6e86e7ed87749a97d204229771e8
CT logs (rabbitmq_peer_discovery_k8s tests OTP-28 )
278 KB
sha256:86e2691db37666f99bdfba351b36f0320fb20d7351d452a100d99835ebad42c4
CT logs (rabbitmq_prometheus tests OTP-28 mixed)
1.92 MB
sha256:956bfd3e40ecb1090143b2c05c8b97ad37687ab41e74616ff185df78d3b21302
CT logs (rabbitmq_prometheus tests OTP-28 )
1.92 MB
sha256:6343692f545796129ef8606c892f6d0a93bf7007d179f95c6e24c531c5ee7d97
CT logs (rabbitmq_queue_federation tests OTP-28 mixed)
1.72 MB
sha256:978d71562c744b7f7101475602543bdc983fa3c8c497f56d1fad366b04cbc408
CT logs (rabbitmq_queue_federation tests OTP-28 )
2.19 MB
sha256:36440c86ca106d32afada81a97919be4a62bb2872ebfcfb554ce5ef9354c5352
CT logs (rabbitmq_recent_history_exchange tests OTP-28 mixed)
589 KB
sha256:cc04ca3bb77f0eeb90e073df7f03a1243d6d7bf484ea0fd7b3d5af69b974572f
CT logs (rabbitmq_recent_history_exchange tests OTP-28 )
560 KB
sha256:b08a41245181a4dd4fb0555f7d0778c310210495dba4ad6d92c319d1e3368356
CT logs (rabbitmq_sharding tests OTP-28 mixed)
984 KB
sha256:f92cab01a709e414dfcd5fd40f8ce3268378daa25dbaa76605751830b81b9a86
CT logs (rabbitmq_sharding tests OTP-28 )
939 KB
sha256:6a9fe317994e9374a988621082794292861dde1d6fb5b3a289b3f988f2fe5bed
CT logs (rabbitmq_shovel tests OTP-28 mixed)
20.5 MB
sha256:854ecff676277751848eb768351b22f9fa3a2010cf9d5a1a74a36831163b8e3c
CT logs (rabbitmq_shovel tests OTP-28 )
20.4 MB
sha256:9a3a582471772a8cfd9b7b433550608b39cf2716f36e0b708abcc647587f3905
CT logs (rabbitmq_shovel_management tests OTP-28 mixed)
435 KB
sha256:cabf2c90e183b055dd00149daf8bf55eb46f5b678a798660ccde15178587adbd
CT logs (rabbitmq_shovel_management tests OTP-28 )
437 KB
sha256:76fa13d239622fa5a65b9611e1926f1661df7325fc26c090db410bebf594aff9
CT logs (rabbitmq_shovel_prometheus tests OTP-28 mixed)
255 KB
sha256:da57593e63596e9ec410943a224ad29748376c94441cdc607b2dbf5c8001ec22
CT logs (rabbitmq_shovel_prometheus tests OTP-28 )
254 KB
sha256:03c8acafdc3a53bf4f295501f36522e44f5871dd01f8639380dbec62da85f2e9
CT logs (rabbitmq_stomp tests OTP-28 mixed)
1.51 MB
sha256:03ccf8167328b714bea583bee5835aa0d70eadb9a461dbe9c8347d5346c9fcd5
CT logs (rabbitmq_stomp tests OTP-28 )
1.5 MB
sha256:f4dc7ade656c9c5d8f82eeafc5bf83bcd1693f3e25c1eb511bd3224b65b3b40d
CT logs (rabbitmq_stream tests OTP-28 mixed)
577 KB
sha256:b230219192d5de0d81138f39c89b97ac4401c888039dcfea0b3958ee9698a8a2
CT logs (rabbitmq_stream tests OTP-28 )
3.02 MB
sha256:c4a12d708f3532f38363cf8ac7735868233918cff57df4bc1c8da3ee9a44d55d
CT logs (rabbitmq_stream_common tests OTP-28 mixed)
132 KB
sha256:c04a5e84b525c18c7b86a090d19b1fbd55f470d38182f872bd821cf52d4db9d2
CT logs (rabbitmq_stream_common tests OTP-28 )
132 KB
sha256:e03be27ea4070886c346702e18fff6f8b3645503610f651edfe048c901b499f1
CT logs (rabbitmq_stream_management tests OTP-28 mixed)
120 KB
sha256:38bef0455e0897f2d3a3b6c41f33f05190f44506b13d3bf3b01205e54a75bb37
CT logs (rabbitmq_stream_management tests OTP-28 )
329 KB
sha256:491dc9a7e0f1bc8bb556ddcd587a6c00305467d5626e09d77076c6062258642c
CT logs (rabbitmq_tracing tests OTP-28 mixed)
354 KB
sha256:acaa7205c78b6c3df1c8a308b1c19639f8d316c91800a5c3f2f7fbd02d0f11ee
CT logs (rabbitmq_tracing tests OTP-28 )
349 KB
sha256:dc121f97dba5239ab85a956eccf3cf1b1738e5c6e226f2f65e762d97c5e1f7d6
CT logs (rabbitmq_trust_store tests OTP-28 mixed)
563 KB
sha256:816cf08cad0addf373b55194c7d1744b7b28b92894aa2c1f339c9f98dd939859
CT logs (rabbitmq_trust_store tests OTP-28 )
563 KB
sha256:530cc43aba38e994fb310aac0e7e5ea4fd37f6b56c59172cae7bdead9caf9b7a
CT logs (rabbitmq_web_dispatch tests OTP-28 mixed)
389 KB
sha256:25141fa20949c3e83bc37cee29d79f320a9042f3ab23ed046eb135dab4c24cda
CT logs (rabbitmq_web_dispatch tests OTP-28 )
388 KB
sha256:5fe574ead6a8eeb341e6292602d45bf208ea16747fda6211b040ec7597c73f54
CT logs (rabbitmq_web_mqtt tests OTP-28 mixed)
4.01 MB
sha256:04908f3730119379c60699096362516ca36016aeb61d010d22a6b327ef038c77
CT logs (rabbitmq_web_mqtt tests OTP-28 )
3.81 MB
sha256:00b79210866e77dc64d9a4e54961b6e0345f47994ef948f01deb41bb24a8c061
CT logs (rabbitmq_web_stomp tests OTP-28 mixed)
976 KB
sha256:1f4192d9bbb13f4e2987b65befc3e4ce96eee7d2c7afbc53cfe9173d93edca55
CT logs (rabbitmq_web_stomp tests OTP-28 )
975 KB
sha256:4fd056c602cbba04f3be9c52824e0d07dd530bb720ba3e1c301d3176a9050158