diff --git a/src/Runner.Worker/Handlers/HandlerFactory.cs b/src/Runner.Worker/Handlers/HandlerFactory.cs index cbf7fa16f..25d7d4915 100644 --- a/src/Runner.Worker/Handlers/HandlerFactory.cs +++ b/src/Runner.Worker/Handlers/HandlerFactory.cs @@ -104,6 +104,7 @@ namespace GitHub.Runner.Worker.Handlers Message = $"Not allowing opt out for node20 in step {executionContext.Id}" }); Trace.Info("Not allowing opt out for node20"); + executionContext.Warning("End of life for Actions Node16. For more info: https://github.blog/changelog/2024-09-25-end-of-life-for-actions-node16/"); isOptOut = false; }